Interface EditCustomLanguagePackInfo

Edits information about a custom local language pack in the current localization target. Can be called before authorization. Request type for Tdjson#editCustomLanguagePackInfo.

interface EditCustomLanguagePackInfo {
    @type: "editCustomLanguagePackInfo";
    info: LanguagePackInfo;
}

Properties

Properties

@type: "editCustomLanguagePackInfo"

New information about the custom local language pack.