InputPhoneCall

class pyrogram.raw.types.InputPhoneCall

Phone call

Constructor of InputPhoneCall.

Details:
  • Layer: 223

  • ID: 1E36FDED

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

  • access_hash (int 64-bit) – Access hash

TL Schema

inputPhoneCall#1e36fded
id:long
access_hash:long

= InputPhoneCall

Parameter Tree

InputPhoneCall
├── idlong
└── access_hashlong

Example

InputPhoneCall(
    id=0,
    access_hash=0,
)