2017-01-02 19:50:37 +01:00
|
|
|
---
|
|
|
|
title: updatesCombined
|
|
|
|
description: updatesCombined attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: updatesCombined
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|updates|Array of [Update](../types/Update.md) | Required|
|
|
|
|
|users|Array of [User](../types/User.md) | Required|
|
|
|
|
|chats|Array of [Chat](../types/Chat.md) | Required|
|
|
|
|
|date|[int](../types/int.md) | Required|
|
|
|
|
|seq\_start|[int](../types/int.md) | Required|
|
|
|
|
|seq|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Updates](../types/Updates.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$updatesCombined = ['_' => 'updatesCombined', 'updates' => [Vector t], 'users' => [Vector t], 'chats' => [Vector t], 'date' => int, 'seq_start' => int, 'seq' => int, ];
|
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
|
|
|
```
|
|
|
|
|