InputPhoneCall
- class pyrogram.raw.base.InputPhoneCall
Phone call
- Constructors:
This base type has 1 constructor available.
Phone call
TL Schema
inputPhoneCall#1e36fded
id:long
access_hash:long
= InputPhoneCall
Parameter Tree
InputPhoneCall
├── id →
long└── access_hash →
longExample
InputPhoneCall(
id=0,
access_hash=0,
)