mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
28 lines
636 B
Markdown
28 lines
636 B
Markdown
|
---
|
||
|
title: help_appUpdate
|
||
|
description: help_appUpdate attributes, type and example
|
||
|
---
|
||
|
## Constructor: help\_appUpdate
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### 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 = ['_' => 'help_appUpdate', 'id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];
|
||
|
```
|