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
canNotSkip
: boolean or undefinedUnskippable, the new info must be shown to the user (with a popup or something else)
id
: numberUpdate id
version
: stringNew version name
text
: stringText description of the update
entities
: Array of Raw.TypeMessageEntityMessage entities for styled text
document
: Raw.TypeDocument or undefinedApplication binary
url
: string or undefinedApplication download url
sticker
: Raw.TypeDocument or undefinedAssociated sticker