MadelineProto/docs/MTProto_docs/constructors/msgs_state_info.md

28 lines
531 B
Markdown
Raw Normal View History

---
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 |
|----------|:-------------:|---------:|
|req\_msg\_id|[long](../types/long.md) | Required|
|info|[bytes](../types/bytes.md) | Required|
### 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, ];
```