PhoneCallEmpty

class pyrogram.raw.types.PhoneCallEmpty

Empty constructor

Constructor of PhoneCall.

Details:
  • Layer: 223

  • ID: 5366C915

Parameters:

id (int 64-bit) – Call ID

TL Schema

phoneCallEmpty#5366c915
id:long

= PhoneCall

Parameter Tree

PhoneCallEmpty
└── idlong

Example

PhoneCallEmpty(
    id=0,
)