Raw.langpack.GetLanguages

Raw.langpack.GetLanguages

Get information about all languages in a localization pack

langpack.getLanguages#42c6978f lang_pack:string = Vector<LangPackLanguage>;
export namespace Raw {
  export namespace langpack {
    export class GetLanguages {
      constructor(params: { langPack: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x42c6978f

Property

  • langPack : string

    Language pack

Results

Array of Raw.TypeLangPackLanguage