mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
588 B
588 B
title | description |
---|---|
rpc_answer_dropped | rpc_answer_dropped attributes, type and example |
Constructor: rpc_answer_dropped
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, ];