PhoneCallRequested#

class pyrogram.raw.types.PhoneCallRequested#

Requested phone call.

Constructor of PhoneCall.

Details:
  • Layer: 158

  • ID: 14B0ED0C

Parameters:
  • id (int 64-bit) – Phone call ID.

  • access_hash (int 64-bit) – Access hash.

  • date (int 32-bit) – When was the phone call created.

  • admin_id (int 64-bit) – ID of the creator of the phone call.

  • participant_id (int 64-bit) – ID of the other participant of the phone call.

  • g_a_hash (bytes) – Parameter for key exchange.

  • protocol (PhoneCallProtocol) – Call protocol info to be passed to libtgvoip.

  • video (bool, optional) – Whether this is a video call.