help.AppUpdate
- class pyrogram.raw.types.help.AppUpdate
An update is available for the application.
Constructor of
AppUpdate
.- Details:
Layer:
194
ID:
CCBBCE30
- Parameters:
id (
int
32-bit
) – Update IDversion (
str
) – New version nametext (
str
) – Text description of the updateentities (List of
MessageEntity
) – Message entities for styled textcan_not_skip (
bool
, optional) – Unskippable, the new info must be shown to the user (with a popup or something else)document (
Document
, optional) – Application binaryurl (
str
, optional) – Application download URLsticker (
Document
, optional) – Associated sticker
- Functions:
This object can be returned by 1 function.
Returns information on update availability for the current application.