1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/docs/API_docs/constructors/updateLangPackTooLong.md
2017-07-23 16:11:02 +02:00

506 B

title description
updateLangPackTooLong updateLangPackTooLong attributes, type and example

Constructor: updateLangPackTooLong

Back to constructors index

Type: Update

Example:

$updateLangPackTooLong = ['_' => 'updateLangPackTooLong', ];

PWRTelegram json-encoded version:

{"_":"updateLangPackTooLong"}

Or, if you're into Lua:

updateLangPackTooLong={_='updateLangPackTooLong', }