Get new updates.
updates.differenceEmpty#5d75a138 date:int seq:int = updates.Difference;
updates.difference#8adb0077 new_messages:Vector<Message> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> state:updates.State = updates.Difference;
updates.differenceSlice#c5e839b4 new_messages:Vector<Message> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> intermediate_state:updates.State = updates.Difference;
---functions---
updates.getDifference#5b36855a pts:int date:int = updates.Difference;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
pts | int | PTS, see updates. |
pts_total_limit | flags.0?int | For fast updating: if provided and pts + pts_total_limit < remote pts , updates.differenceTooLong will be returned.Simply tells the server to not return the difference if it is bigger than pts_total_limit If the remote pts is too big (> ~4000000), this field will default to 1000000 |
date | int | date, see updates. |
qts | int | QTS, see updates. |
Code | Type | Description |
---|---|---|
400 | CDN_METHOD_INVALID | You can't call this method in a CDN DC. |
400 | CHANNEL_INVALID | The provided channel is invalid. |
403 | CHAT_WRITE_FORBIDDEN | You can't write in this chat. |
400 | DATE_EMPTY | Date empty. |
400 | MSG_ID_INVALID | Invalid message ID provided. |
400 | PERSISTENT_TIMESTAMP_EMPTY | Persistent timestamp empty. |
400 | PERSISTENT_TIMESTAMP_INVALID | Persistent timestamp invalid. |
How to subscribe to updates and handle them properly.
The difference is too long, and the specified state must be used to refetch updates.