PhoneCallWaiting#

class pyrogram.raw.types.PhoneCallWaiting#

Incoming phone call.

Constructor of PhoneCall.

Details:
  • Layer: 158

  • ID: C5226F17

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

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

  • date (int 32-bit) – Date.

  • admin_id (int 64-bit) – Admin ID.

  • participant_id (int 64-bit) – Participant ID.

  • protocol (PhoneCallProtocol) – Phone call protocol info.

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

  • receive_date (int 32-bit, optional) – When was the phone call received.