1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 21:27:19 +01:00
MadelineProto/docs/API_docs/constructors/updates_state.md
2016-12-19 20:35:27 +03:00

19 lines
543 B
Markdown

## Constructor: updates\_state
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|pts|[int](../types/int.md) | Required|
|qts|[int](../types/int.md) | Required|
|date|[int](../types/int.md) | Required|
|seq|[int](../types/int.md) | Required|
|unread\_count|[int](../types/int.md) | Required|
### Type:
[updates\_State](../types/updates_State.md)
### Example:
```
$updates_state = ['_' => updates_state', 'pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int, ];
```