MadelineProtoDocs/old_docs/API_docs_v82/constructors/help.appUpdate.md
2019-12-27 18:25:37 +01:00

973 B

title description image
help.appUpdate An update is available for the application. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.appUpdate

Back to constructors index

An update is available for the application.

Attributes:

Name Type Required Description
id int Yes Update ID
critical Bool Yes Critical?
url string Yes Application download URL
text string Yes Text description of the update

Type: help.AppUpdate

Example:

$help.appUpdate = ['_' => 'help.appUpdate', 'id' => int, 'critical' => Bool, 'url' => 'string', 'text' => 'string'];

Or, if you're into Lua:

help.appUpdate={_='help.appUpdate', id=int, critical=Bool, url='string', text='string'}