MadelineProto/docs/API_docs/constructors/rpc_result.md

26 lines
498 B
Markdown
Raw Normal View History

---
title: rpc_result
description: rpc_result attributes, type and example
---
## Constructor: rpc\_result
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|req\_msg\_id|[long](../types/long.md) | Required|
|result|[Object](../types/Object.md) | Required|
### Type: [RpcResult](../types/RpcResult.md)
### Example:
```
$rpc_result = ['_' => rpc_result, 'req_msg_id' => long, 'result' => Object, ];
```