phone.PhoneCall#

class pyrogram.raw.types.phone.PhoneCall#

A VoIP phone call.

Constructor of PhoneCall.

Details:
  • Layer: 158

  • 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.

phone.AcceptCall

Accept incoming call.

phone.ConfirmCall

Complete phone call E2E encryption key exchange.