MadelineProtoDocs/docs/API_docs/constructors/updatesTooLong.md

25 lines
540 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "updatesTooLong"
description: "Too many updates, it is necessary to execute updates.getDifference."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updatesTooLong
[Back to constructors index](/API_docs/constructors/index.html)
Too many updates, it is necessary to execute [updates.getDifference](../methods/updates.getDifference.html).
### Type: [Updates](/API_docs/types/Updates.html)
### Example:
```
$updatesTooLong = ['_' => 'updatesTooLong'];
```