Skip to main content

help.appUpdate

An update is available for the application.

type tg.HelpAppUpdate struct { /* ... */ }

Implements help.AppUpdate.

Fields

NameTypeRequiredDescription
CanNotSkipboolUnskippable, the new info must be shown to the user (with a popup or something else)
IDintyesUpdate ID
VersionstringyesNew version name
TextstringyesText description of the update
Entities[]MessageEntityClassyesMessage entities for styled text
DocumentDocumentClassApplication binary
URLstringApplication download URL
StickerDocumentClassAssociated sticker

References