MadelineProtoDocs/old_docs/API_docs_v105/constructors/updates_differenceTooLong.md
2019-09-13 17:13:55 +02:00

39 lines
703 B
Markdown

---
title: updates.differenceTooLong
description: Difference too long
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updates.differenceTooLong
[Back to constructors index](index.md)
Difference too long
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|pts|[int](../types/int.md) | Yes|Pts|
### Type: [updates\_Difference](../types/updates_Difference.md)
### Example:
```php
$updates_differenceTooLong = ['_' => 'updates.differenceTooLong', 'pts' => int];
```
Or, if you're into Lua:
```lua
updates_differenceTooLong={_='updates.differenceTooLong', pts=int}
```