Raw.EncryptedChatRequested

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 undefined

    Peer folder id, for more info click here

  • id : number

    Chat id

  • accessHash : bigint

    Check sum depending on user id

  • date : number

    Chat creation date

  • adminId : bigint

    Chat creator id

  • participantId : bigint

    Id of second chat participant

  • gA : Buffer

    A = g ^ a mod p, see wikipedia