Raw.LangPackDifference

Raw.LangPackDifference

Changes to the app’s localization pack

langPackDifference#f385c1f6 lang_code:string from_version:int version:int strings:Vector<LangPackString> = LangPackDifference;
export namespace Raw {
  export class LangPackDifference {
    constructor(params: {
      langCode: string;
      fromVersion: number;
      version: number;
      strings: Array<Raw.TypeLangPackString>;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xf385c1f6

Property