MadelineProto/docs/API_docs/constructors/updates_channelDifferenceTooLong.md
2016-12-20 13:32:11 +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], ];