help.appUpdate
An update is available for the application.
type tg.HelpAppUpdate struct { /* ... */ }
Implements help.AppUpdate.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
CanNotSkip | bool | — | Unskippable, the new info must be shown to the user (with a popup or something else) |
ID | int | yes | Update ID |
Version | string | yes | New version name |
Text | string | yes | Text description of the update |
Entities | []MessageEntityClass | yes | Message entities for styled text |
Document | DocumentClass | — | Application binary |
URL | string | — | Application download URL |
Sticker | DocumentClass | — | Associated sticker |
References
- Official documentation
- Generated Go reference
- TL definition:
help.appUpdate#ccbbce30