965 B
965 B
title | description | image |
---|---|---|
updates.differenceTooLong | The difference is [too long](https://core.telegram.org/api/updates#recovering-gaps), and the specified state must be used to refetch updates. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updates.differenceTooLong
The difference is too long, and the specified state must be used to refetch updates.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
pts | int | Yes | The new state to use. |
Type: updates_Difference
Example:
$updates_differenceTooLong = ['_' => 'updates.differenceTooLong', 'pts' => int];
Or, if you're into Lua:
updates_differenceTooLong={_='updates.differenceTooLong', pts=int}