Raw.help.AppUpdate

Raw.help.AppUpdate

An update is available for the application.

help.appUpdate#ccbbce30 flags:# can_not_skip:flags.0?true id:int version:string text:string entities:Vector<MessageEntity> document:flags.1?Document url:flags.2?string sticker:flags.3?Document = help.AppUpdate;
export namespace Raw {
  export namespace help {
    export class AppUpdate {
      constructor(params: {
        canNotSkip?: boolean;
        id: number;
        version: string;
        text: string;
        entities: Array<Raw.TypeMessageEntity>;
        document?: Raw.TypeDocument;
        url?: string;
        sticker?: Raw.TypeDocument;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0xccbbce30

Property