Interface SetCustomLanguagePackString

Adds, edits or deletes a string in a custom local language pack. Can be called before authorization. Request type for Tdjson#setCustomLanguagePackString.

interface SetCustomLanguagePackString {
    @type: "setCustomLanguagePackString";
    language_pack_id: string;
    new_string: LanguagePackString;
}

Properties

@type: "setCustomLanguagePackString"
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.