Raw.PhoneCall

Raw.PhoneCall

Phone call

phoneCall#3ba5940c flags:# p2p_allowed:flags.5?true video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connections:Vector<PhoneConnection> start_date:int custom_parameters:flags.7?DataJSON conference_call:flags.8?InputGroupCall = PhoneCall;
export namespace Raw {
  export class PhoneCall {
    constructor(params: {
      p2pAllowed?: boolean;
      video?: boolean;
      id: bigint;
      accessHash: bigint;
      date: number;
      adminId: bigint;
      participantId: bigint;
      gAOrB: Buffer;
      keyFingerprint: bigint;
      protocol: Raw.TypePhoneCallProtocol;
      connections: Array<Raw.TypePhoneConnection>;
      startDate: number;
      customParameters?: Raw.TypeDataJSON;
      conferenceCall?: Raw.TypeInputGroupCall;
    }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0x3ba5940c

Property