MadelineProto/docs/API_docs/constructors/help_appUpdate.md

18 lines
504 B
Markdown
Raw Normal View History

## Constructor: help\_appUpdate
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Required|
|critical|[Bool](../types/Bool.md) | Required|
|url|[string](../types/string.md) | Required|
|text|[string](../types/string.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[help\_AppUpdate](../types/help_AppUpdate.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$help_appUpdate = ['_' => help_appUpdate', 'id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];
```