1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 23:27:46 +01:00
MadelineProto/docs/MTProto_docs/constructors/rpc_answer_dropped_running.md

456 B

title description
rpc_answer_dropped_running rpc_answer_dropped_running attributes, type and example

Constructor: rpc_answer_dropped_running

Back to constructors index

Type: RpcDropAnswer

Example:

$rpc_answer_dropped_running = ['_' => 'rpc_answer_dropped_running', ];

Or, if you're into Lua:

rpc_answer_dropped_running={_='rpc_answer_dropped_running', }