1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/rpc_answer_dropped.md

588 B

title description
rpc_answer_dropped rpc_answer_dropped attributes, type and example

Constructor: rpc_answer_dropped

Back to constructors index

Attributes:

Name Type Required
msg_id long Required
seq_no int Required
bytes int Required

Type: RpcDropAnswer

Example:

$rpc_answer_dropped = ['_' => rpc_answer_dropped, 'msg_id' => long, 'seq_no' => int, 'bytes' => int, ];