Raw.EncryptedChatWaiting
Chat waiting for approval of second participant.
encryptedChatWaiting#66b25953 id:int access_hash:long date:int admin_id:long participant_id:long = EncryptedChat;
export namespace Raw {
export class EncryptedChatWaiting {
constructor(params: {
id: number;
accessHash: bigint;
date: number;
adminId: bigint;
participantId: bigint;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x66b25953