MadelineProto/docs/API_docs/constructors/rpc_result.md

498 B

title description
rpc_result rpc_result attributes, type and example

Constructor: rpc_result

Back to constructors index

Attributes:

Name Type Required
req_msg_id long Required
result Object Required

Type: RpcResult

Example:

$rpc_result = ['_' => rpc_result, 'req_msg_id' => long, 'result' => Object, ];