mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
930 B
930 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
updates.differenceTooLong | The difference is too long, and the specified state must be used to refetch updates. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/updates_differenceTooLong.html |
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];