MadelineProto/docs/API_docs/constructors/updates_state.md

31 lines
676 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
2017-01-19 23:02:27 +01:00
title: updates.state
2016-12-20 13:32:11 +01:00
description: updates_state attributes, type and example
2016-12-20 13:15:22 +01:00
---
2017-01-19 23:02:27 +01:00
## Constructor: updates.state
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### 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:
```
2017-01-19 23:02:27 +01:00
$updates_state = ['_' => 'updates.state', 'pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int, ];
```