mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 22:17:45 +01:00
399 B
399 B
title | description |
---|---|
rpc_answer_unknown | rpc_answer_unknown attributes, type and example |
Constructor: rpc_answer_unknown
Type: RpcDropAnswer
Example:
$rpc_answer_unknown = ['_' => 'rpc_answer_unknown', ];
Or, if you're into Lua:
rpc_answer_unknown={_='rpc_answer_unknown', }