MadelineProto/docs/API_docs/constructors/updates_channelDifferenceTooLong.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: updates_channelDifferenceTooLong
2016-12-20 13:32:11 +01:00
description: updates_channelDifferenceTooLong attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: updates\_channelDifferenceTooLong
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|
|top\_message|[int](../types/int.md) | Required|
|read\_inbox\_max\_id|[int](../types/int.md) | Required|
|read\_outbox\_max\_id|[int](../types/int.md) | Required|
|unread\_count|[int](../types/int.md) | Required|
|messages|Array of [Message](../types/Message.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-30 21:21:36 +01:00
$updates_channelDifferenceTooLong = ['_' => 'updates_channelDifferenceTooLong', 'final' => true, 'pts' => int, 'timeout' => int, 'top_message' => int, 'read_inbox_max_id' => int, 'read_outbox_max_id' => int, 'unread_count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
```