mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
506 B
506 B
title | description |
---|---|
updateLangPackTooLong | updateLangPackTooLong attributes, type and example |
Constructor: updateLangPackTooLong
Type: Update
Example:
$updateLangPackTooLong = ['_' => 'updateLangPackTooLong', ];
PWRTelegram json-encoded version:
{"_":"updateLangPackTooLong"}
Or, if you're into Lua:
updateLangPackTooLong={_='updateLangPackTooLong', }