Raw.langpack.GetDifference

Raw.langpack.GetDifference

Get new strings in language pack

langpack.getDifference#cd984aa5 lang_pack:string lang_code:string from_version:int = LangPackDifference;
export namespace Raw {
  export namespace langpack {
    export class GetDifference {
      constructor(params: { langPack: string; langCode: string; fromVersion: number }) {}
    }
  }
}

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

Layer: 198
Constructor ID: 0xcd984aa5

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.

  • fromVersion : number

    Previous localization pack version

Results

Raw.TypeLangPackDifference