help.AppUpdate#

class pyrogram.raw.types.help.AppUpdate#

An update is available for the application.

Constructor of AppUpdate.

Details:
  • Layer: 158

  • ID: CCBBCE30

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.

  • sticker (Document, optional) – Associated sticker.

Functions:

This object can be returned by 1 function.

help.GetAppUpdate

Returns information on update availability for the current application.