InputPhoneCall
- class pyrogram.raw.types.InputPhoneCall
Phone call
Constructor of
InputPhoneCall.- Details:
Layer:
223ID:
1E36FDED
- Parameters:
id (
int64-bit) – Call IDaccess_hash (
int64-bit) – Access hash
TL Schema
inputPhoneCall#1e36fded
id:long
access_hash:long
= InputPhoneCall
Parameter Tree
InputPhoneCall
├── id →
long└── access_hash →
longExample
InputPhoneCall(
id=0,
access_hash=0,
)