updates.getDifference
Get new updates.
Example
TL schema
Parameters
Name | Type | Description |
flags | Flags, see TL conditional fields | |
pts | PTS, see updates. | |
pts_total_limit | 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.|
Result
Possible errors
Code | Type | Description |
401 | AUTH_KEY_PERM_EMPTY | The temporary auth key must be binded to the permanent auth key to use these methods. |
400 | CDN_METHOD_INVALID | You can't call this method in a CDN DC |
400 | DATE_EMPTY | Date empty |
400 | PERSISTENT_TIMESTAMP_EMPTY | Persistent timestamp empty |
400 | PERSISTENT_TIMESTAMP_INVALID | Persistent timestamp invalid |
Can bots use this methd ?
yes
Related pages
How to subscribe to updates and handle them properly.
The difference is too long, and the specified state must be used to refetch updates.
Last updated