Interface GetLanguagePackStrings

Returns strings from a language pack in the current localization target by their keys. Can be called before authorization. Request type for Tdjson#getLanguagePackStrings.

interface GetLanguagePackStrings {
    @type: "getLanguagePackStrings";
    keys: string[];
    language_pack_id: string;
}

Properties

@type: "getLanguagePackStrings"
keys: string[]

Language pack keys of the strings to be returned; leave empty to request all available strings.

language_pack_id: string

Language pack identifier of the strings to be returned.