Raw.EncryptedChatWaiting

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

Property

  • id : number

    Chat id

  • accessHash : bigint

    Checking sum depending on user id

  • date : number

    Date of chat creation

  • adminId : bigint

    Chat creator id

  • participantId : bigint

    Id of second chat participant