InputPhoneCall

class pyrogram.raw.base.InputPhoneCall

Phone call

Constructors:

This base type has 1 constructor available.

InputPhoneCall

Phone call

TL Schema

inputPhoneCall#1e36fded
id:long
access_hash:long

= InputPhoneCall

Parameter Tree

InputPhoneCall
├── idlong
└── access_hashlong

Example

InputPhoneCall(
    id=0,
    access_hash=0,
)