Raw.PhoneCallAccepted

Raw.PhoneCallAccepted

An accepted phone call

phoneCallAccepted#22fd7181 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_b:bytes protocol:PhoneCallProtocol conference_call:flags.8?InputGroupCall = 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;
      conferenceCall?: Raw.TypeInputGroupCall;
    }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0x22fd7181

Property