Raw.PhoneCallRequested

Raw.PhoneCallRequested

Requested phone call

phoneCallRequested#45361c63 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_hash:bytes protocol:PhoneCallProtocol conference_call:flags.8?InputGroupCall = PhoneCall;
export namespace Raw {
  export class PhoneCallRequested {
    constructor(params: {
      video?: boolean;
      id: bigint;
      accessHash: bigint;
      date: number;
      adminId: bigint;
      participantId: bigint;
      gAHash: 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: 0x45361c63

Property