telegram api constructor · layer 229 · #ccbbce30
help.appUpdate
An update is available for the application.
definition
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;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
can_not_skip | true | Unskippable, the new info must be shown to the user (with a popup or something else) |
id | int | Update ID |
version | string | New version name |
text | string | Text description of the update |
entities | Vector<MessageEntity> | Message entities for styled text |
document | Document | Application binary |
url | string | Application download URL |
sticker | Document | Associated sticker |
type
help.AppUpdate · other constructors: help.noAppUpdate
history
present in layers 2–229 · constructor id changed 2×
| id | layers |
|---|---|
| #8987f311 | 2–82 |
| #1da7158f | 83–128 |
| #ccbbce30 | 129–229 |