Skip to content

miniproto.connection.framing.QuickAckFrame

miniproto.connection.framing.QuickAckFrame

Section titled “miniproto.connection.framing.QuickAckFrame”
QuickAckFrame(token: int) -> None

A transport-level quick acknowledgement emitted by Telegram.

Parameters:

  • token (int) – The opaque acknowledgement token correlated by the sender with a requested encrypted packet acknowledgement. It does not indicate an RPC result or successful MTProto message processing.