phone.PhoneCall#

class pyrogram.raw.types.phone.PhoneCall#

A VoIP phone call

Constructor of PhoneCall.

Details:
  • Layer: 225

  • ID: EC82E140

Parameters:
  • phone_call (PhoneCall) – The VoIP phone call

  • users (List of User) – VoIP phone call participants

Functions:

This object can be returned by 3 functions.

phone.RequestCall

Start a telegram phone call, see here for more info on the full flow.

phone.AcceptCall

Accept incoming call, see here for more info on the full flow.

phone.ConfirmCall

Complete phone call E2E encryption key exchange, see here for more info on the full flow.