MadelineProto/docs/API_docs/constructors/help_appChangelog.md

15 lines
337 B
Markdown
Raw Normal View History

## Constructor: help\_appChangelog
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[help\_AppChangelog](../types/help_AppChangelog.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$help_appChangelog = ['_' => help_appChangelog', 'text' => string, ];
```