MadelineProto/docs/API_docs/constructors/updates_channelDifference.md

31 lines
988 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: updates_channelDifference
2016-12-20 13:32:11 +01:00
description: updates_channelDifference attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: updates\_channelDifference
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|final|[Bool](../types/Bool.md) | Optional|
|pts|[int](../types/int.md) | Required|
|timeout|[int](../types/int.md) | Optional|
|new\_messages|Array of [Message](../types/Message.md) | Required|
|other\_updates|Array of [Update](../types/Update.md) | Required|
|chats|Array of [Chat](../types/Chat.md) | Required|
|users|Array of [User](../types/User.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [updates\_ChannelDifference](../types/updates_ChannelDifference.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updates_channelDifference = ['_' => updates_channelDifference', 'final' => true, 'pts' => int, 'timeout' => int, 'new_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
```