AppUpdate¶
-
class
pyrogram.raw.types.help.
AppUpdate
¶ An update is available for the application.
Constructor type of
AppUpdate
.- Details
Layer:
126
ID:
0x1da7158f
- Parameters
id (
int
32-bit
) – Update ID.version (
str
) – New version name.text (
str
) – Text description of the update.entities (List of
MessageEntity
) – Message entities for styled text.can_not_skip (
bool
, optional) – Unskippable, the new info must be shown to the user (with a popup or something else).document (
Document
, optional) – Application binary.url (
str
, optional) – Application download URL.
- Methods
This object can be returned by 1 method:
Returns information on update availability for the current application.