Constructor: updateLangPackTooLong
Update lang pack too long
Attributes:
Name | Type | Required | Description |
---|---|---|---|
lang_code | string | Yes | Lang code |
Type: Update
Example:
$updateLangPackTooLong = ['_' => 'updateLangPackTooLong', 'lang_code' => 'string'];
PWRTelegram json-encoded version:
{"_": "updateLangPackTooLong", "lang_code": "string"}
Or, if you’re into Lua:
updateLangPackTooLong={_='updateLangPackTooLong', lang_code='string'}