1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 08:47:19 +01:00
MadelineProto/docs/API_docs_46/constructors/help_appUpdate.md

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