mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
20 lines
483 B
Markdown
20 lines
483 B
Markdown
|
## 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|
|
||
|
|
||
|
|
||
|
### Type: [help\_AppUpdate](../types/help\_AppUpdate.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$help_appUpdate = ['id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];
|
||
|
```
|