Raw.langpack.GetLangPack

Raw.langpack.GetLangPack

Get localization pack strings

langpack.getLangPack#f2f2330a lang_pack:string lang_code:string = LangPackDifference;
export namespace Raw {
  export namespace langpack {
    export class GetLangPack {
      constructor(params: { langPack: string; langCode: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 198
Constructor ID: 0xf2f2330a

Property

  • langPack : string

    Platform identifier (i.e. android, tdesktop, etc).

  • langCode : string

    Either an iso 639-1 language code or a language pack name obtained from a language pack link.

Results

Raw.TypeLangPackDifference