Interface AddCustomServerLanguagePack

Adds a custom server language pack to the list of installed language packs in current localization target. Can be called before authorization. Request type for Tdjson#addCustomServerLanguagePack.

interface AddCustomServerLanguagePack {
    @type: "addCustomServerLanguagePack";
    language_pack_id: string;
}

Properties

@type: "addCustomServerLanguagePack"
language_pack_id: string

Identifier of a language pack to be added.