Skip to content

miniproto.mtproto.codec.Pong

Pong(msg_id: int, ping_id: int) -> None

MTProto pong response correlating a server message and ping ID.

Attributes:

  • msg_id (int) – Server message ID carrying the response.
  • ping_id (int) – Caller-selected ID from the corresponding ping.