mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
25 lines
540 B
Markdown
25 lines
540 B
Markdown
|
---
|
||
|
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'];
|
||
|
```
|