28 lines
504 B
Markdown
28 lines
504 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, ];
|
|
```
|
|
|