2016-12-30 16:32:25 +01:00
|
|
|
---
|
|
|
|
title: msgs_state_info
|
|
|
|
description: msgs_state_info attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: msgs\_state\_info
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|req\_msg\_id|[long](../types/long.md) | Yes|
|
|
|
|
|info|[bytes](../types/bytes.md) | Yes|
|
2016-12-30 16:32:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MsgsStateInfo](../types/MsgsStateInfo.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-30 21:21:36 +01:00
|
|
|
$msgs_state_info = ['_' => 'msgs_state_info', 'req_msg_id' => long, 'info' => bytes, ];
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
msgs_state_info={_='msgs_state_info', req_msg_id=long, info=bytes, }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|