1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 21:47:21 +01:00
MadelineProto/docs/API_docs/constructors/help_appChangelog.md
2016-12-19 20:56:05 +03:00

18 lines
340 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, ];
```