Pong

class pyrogram.raw.base.Pong

Telegram API base type.

Constructors:

This base type has 1 constructor available.

Pong

Telegram API type.

Functions:

This object can be returned by 2 functions.

Ping

Telegram API function.

PingDelayDisconnect

Telegram API function.

TL Schema

pong#347773c5
msg_id:long
ping_id:long

= Pong

Parameter Tree

Pong
├── msg_idlong
└── ping_idlong

Example

Pong(
    msg_id=0,
    ping_id=0,
)