Pong
- class pyrogram.raw.base.Pong
Telegram API base type.
- Constructors:
This base type has 1 constructor available.
Telegram API type.
- Functions:
This object can be returned by 2 functions.
Telegram API function.
Telegram API function.
TL Schema
pong#347773c5
msg_id:long
ping_id:long
= Pong
Parameter Tree
Pong
├── msg_id →
long└── ping_id →
longExample
Pong(
msg_id=0,
ping_id=0,
)