telegram api constructor · layer 229 · #2064674e
updates.channelDifference
The new updates
definition
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
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
final | true | Whether there are more updates to be fetched using getDifference, starting from the provided pts |
pts | int | The PTS from which to start getting updates the next time |
timeout | int | Clients are supposed to refetch the channel difference after timeout seconds have elapsed, if the user is currently viewing the chat, see here » for more info. |
new_messages | Vector<Message> | New messages |
other_updates | Vector<Update> | Other updates |
chats | Vector<Chat> | Chats |
users | Vector<User> | Users |
type
updates.ChannelDifference · other constructors: updates.channelDifferenceEmpty, updates.channelDifferenceTooLong
history
present in layers 46–229
| id | layers |
|---|---|
| #2064674e | 46–229 |