1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:27:22 +01:00
MadelineProto/docs/API_docs/constructors/updates_state.md

22 lines
546 B
Markdown
Raw Normal View History

## 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|
2016-12-19 18:56:05 +01:00
### Type: [updates\_State](../types/updates_State.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updates_state = ['_' => updates_state', 'pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int, ];
```