MadelineProto/old_docs/API_docs_v45/constructors/help_appUpdate.md
2017-01-19 23:02:27 +01:00

639 B

title description
help.appUpdate help_appUpdate attributes, type and example

Constructor: help.appUpdate

Back to constructors index

Attributes:

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

Type: help_AppUpdate

Example:

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