mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:27:20 +01:00
26 lines
498 B
Markdown
26 lines
498 B
Markdown
|
---
|
||
|
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, ];
|
||
|
```
|