RpcAnswerDropped

class pyrogram.raw.types.RpcAnswerDropped

Telegram API type.

Constructor of RpcDropAnswer.

Details:
  • Layer: 223

  • ID: A43AD8B7

Parameters:
  • msg_id (int 64-bit) – N/A

  • seq_no (int 32-bit) – N/A

  • bytes (int 32-bit) – N/A

Functions:

This object can be returned by 1 function.

RpcDropAnswer

Telegram API function.

TL Schema

rpc_answer_dropped#a43ad8b7
msg_id:long
seq_no:int
bytes:int

= RpcDropAnswer

Parameter Tree

RpcAnswerDropped
├── msg_idlong
├── seq_noint
└── bytesint

Example

RpcAnswerDropped(
    msg_id=0,
    seq_no=0,
    bytes=0,
)