Raw.EncryptedChatRequested
Request to create an encrypted chat.
encryptedChatRequested#48f1d94c flags:# folder_id:flags.0?int id:int access_hash:long date:int admin_id:long participant_id:long g_a:bytes = EncryptedChat;
export namespace Raw {
export class EncryptedChatRequested {
constructor(params: {
folderId?: number;
id: number;
accessHash: bigint;
date: number;
adminId: bigint;
participantId: bigint;
gA: Buffer;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x48f1d94c
Property
folderId
: number or undefinedPeer folder id, for more info click here
id
: numberChat id
accessHash
: bigintCheck sum depending on user id
date
: numberChat creation date
adminId
: bigintChat creator id
participantId
: bigintId of second chat participant
gA
: BufferA = g ^ a mod p, see wikipedia