MadelineProto/docs/API_docs/constructors/help_appUpdate.md
2016-12-19 20:35:27 +03:00

504 B

Constructor: help_appUpdate

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, ];