Raw.langpack.GetStrings

Raw.langpack.GetStrings

Get strings from a language pack

langpack.getStrings#efea3803 lang_pack:string lang_code:string keys:Vector<string> = Vector<LangPackString>;
export namespace Raw {
  export namespace langpack {
    export class GetStrings {
      constructor(params: { langPack: string; langCode: string; keys: Array<string> }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xefea3803

Property

  • langPack : string

    Language pack name, usually obtained from a language pack link

  • langCode : string

    Language code

  • keys : Array of string

    Strings to get

Results

Array of Raw.TypeLangPackString