MadelineProtoDocs/docs/API_docs/constructors/updates.differenceTooLong.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];