MadelineProtoDocs/old_docs/API_docs_v14/constructors/updatesTooLong.md

601 B

title description image
updatesTooLong Too many updates, it is necessary to execute [updates.getDifference](../methods/updates.getDifference.md). https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatesTooLong

Back to constructors index

Too many updates, it is necessary to execute updates.getDifference.

Type: Updates

Example:

$updatesTooLong = ['_' => 'updatesTooLong'];

Or, if you're into Lua:

updatesTooLong={_='updatesTooLong'}