MadelineProtoDocs/old_docs/API_docs_v70/constructors/rpc_answer_dropped_running.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

633 B

title description image
rpc_answer_dropped_running rpc_answer_dropped_running attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: rpc_answer_dropped_running

Back to constructors index

Type: RpcDropAnswer

Example:

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

PWRTelegram json-encoded version:

{"_": "rpc_answer_dropped_running"}

Or, if you're into Lua:

rpc_answer_dropped_running={_='rpc_answer_dropped_running'}