Pong
- class pyrogram.raw.types.Pong
Telegram API type.
Constructor of
Pong.- Details:
Layer:
223ID:
347773C5
- Parameters:
msg_id (
int64-bit) – N/Aping_id (
int64-bit) – N/A
- 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,
)