Raw.langpack.GetLanguage
Get information about a language in a localization pack
langpack.getLanguage#6a596502 lang_pack:string lang_code:string = LangPackLanguage;
export namespace Raw {
export namespace langpack {
export class GetLanguage {
constructor(params: { langPack: string; langCode: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0x6a596502
Property
langPack
: stringPlatform identifier (i.e. android, tdesktop, etc).
langCode
: stringEither an iso 639-1 language code or a language pack name obtained from a language pack link.