39 lines
703 B
Markdown
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}
|
||
|
|
||
|
```
|
||
|
|
||
|
|