MadelineProto/old_docs/API_docs_v70/constructors/updateLangPackTooLong.md

503 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'}