MadelineProtoDocs/old_docs/API_docs_v82/constructors/updateLangPackTooLong.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
581 B
Markdown

---
title: updateLangPackTooLong
description: Update lang pack too long
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateLangPackTooLong
[Back to constructors index](index.md)
Update lang pack too long
### Type: [Update](../types/Update.md)
### Example:
```php
$updateLangPackTooLong = ['_' => 'updateLangPackTooLong'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "updateLangPackTooLong"}
```
Or, if you're into Lua:
```lua
updateLangPackTooLong={_='updateLangPackTooLong'}
```