Raw.PhoneCallRequested

Raw.PhoneCallRequested

Requested phone call

phoneCallRequested#14b0ed0c flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_hash:bytes protocol:PhoneCallProtocol = 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;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x14b0ed0c

Property

  • video : boolean or undefined

    Whether this is a video call

  • id : bigint

    Phone call id

  • accessHash : bigint

    Access hash

  • date : number

    When was the phone call created

  • adminId : bigint

    Id of the creator of the phone call

  • participantId : bigint

    Id of the other participant of the phone call

  • gAHash : Buffer

    Parameter for key exchange

  • protocol : Raw.TypePhoneCallProtocol

    Call protocol info to be passed to libtgvoip