Raw.PhoneCallAccepted

Raw.PhoneCallAccepted

An accepted phone call

phoneCallAccepted#3660c311 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_b:bytes protocol:PhoneCallProtocol = PhoneCall;
export namespace Raw {
  export class PhoneCallAccepted {
    constructor(params: {
      video?: boolean;
      id: bigint;
      accessHash: bigint;
      date: number;
      adminId: bigint;
      participantId: bigint;
      gB: Buffer;
      protocol: Raw.TypePhoneCallProtocol;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x3660c311

Property

  • video : boolean or undefined

    Whether this is a video call

  • id : bigint

    Id of accepted phone call

  • accessHash : bigint

    Access hash of phone call

  • date : number

    When was the call accepted

  • adminId : bigint

    Id of the call creator

  • participantId : bigint

    Id of the other user in the call

  • gB : Buffer

    B parameter for secure e2e phone call key exchange

  • protocol : Raw.TypePhoneCallProtocol

    Protocol to use for phone call