MadelineProto/old_docs/API_docs_v55/constructors/updates_channelDifferenceTooLong.md
2017-01-19 23:02:27 +01:00

1.2 KiB

title description
updates.channelDifferenceTooLong updates_channelDifferenceTooLong attributes, type and example

Constructor: updates.channelDifferenceTooLong

Back to constructors index

Attributes:

Name Type Required
final Bool Optional
pts int Required
timeout int Optional
top_message int Required
read_inbox_max_id int Required
read_outbox_max_id int Required
unread_count int Required
messages Array of Message Required
chats Array of Chat Required
users Array of User Required

Type: updates_ChannelDifference

Example:

$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], ];