View Source ExTDLib.Method.SetCustomLanguagePackString (ExTDLib v0.0.4)
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| language_pack_id | string | Identifier of a previously added custom local language pack in the current localization target. |
| new_string | languagePackString | New language pack string. |
More details on telegram's documentation.