MadelineProto/old_docs/API_docs_v33/constructors/help_appUpdate.md
2017-07-23 16:11:02 +02:00

899 B

title description
help.appUpdate help_appUpdate attributes, type and example

Constructor: help.appUpdate

Back to constructors index

Attributes:

Name Type Required
id int Yes
critical Bool Yes
url string Yes
text string Yes

Type: help_AppUpdate

Example:

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

PWRTelegram json-encoded version:

{"_":"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, }