updates.channelDifference

updates.channelDifference#2064674e flags:# final:flags.0?true pts:int timeout:flags.1?int new_messages:Vector<Message> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> = updates.ChannelDifference;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
final flags.0?true
pts int Chat state counter: the client uses it to tell whether it missed any updates.
timeout flags.1?int
new_messages Vector<Message>
other_updates Vector<Update>
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.

Type

updates.ChannelDifference

Related pages

Types used here