mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 19:27:21 +01:00
17 lines
313 B
Markdown
17 lines
313 B
Markdown
|
## Constructor: help\_appChangelog
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|text|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [help\_AppChangelog](../types/help\_AppChangelog.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$help_appChangelog = ['text' => string, ];
|
||
|
```
|