2016-12-30 16:32:25 +01:00
|
|
|
---
|
|
|
|
title: msgs_all_info
|
|
|
|
description: msgs_all_info attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: msgs\_all\_info
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|msg\_ids|Array of [long](../types/long.md) | Required|
|
|
|
|
|info|[bytes](../types/bytes.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MsgsAllInfo](../types/MsgsAllInfo.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-30 21:21:36 +01:00
|
|
|
$msgs_all_info = ['_' => 'msgs_all_info', 'msg_ids' => [Vector t], '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
|
|
|
```
|
|
|
|
|