Interface GetLanguagePackInfo

Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization. Request type for Tdjson#getLanguagePackInfo.

interface GetLanguagePackInfo {
    @type: "getLanguagePackInfo";
    language_pack_id: string;
}

Properties

@type: "getLanguagePackInfo"
language_pack_id: string

Language pack identifier.