MadelineProto/docs/API_docs/constructors/rpc_error.md

502 B

title description
rpc_error rpc_error attributes, type and example

Constructor: rpc_error

Back to constructors index

Attributes:

Name Type Required
error_code int Required
error_message string Required

Type: RpcError

Example:

$rpc_error = ['_' => rpc_error, 'error_code' => int, 'error_message' => string, ];