mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 21:27:20 +01:00
15 lines
337 B
Markdown
15 lines
337 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 = ['_' => help_appChangelog', 'text' => string, ];
|
|
``` |