MadelineProtoDocs/old_docs/API_docs_v14/constructors/help.noAppUpdate.md

565 B

title description image redirect_from
help.noAppUpdate No updates are available for the application. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_noAppUpdate.html

Constructor: help.noAppUpdate

Back to constructors index

No updates are available for the application.

Type: help.AppUpdate

Example:

$help.noAppUpdate = ['_' => 'help.noAppUpdate'];

Or, if you're into Lua:

help.noAppUpdate={_='help.noAppUpdate'}