1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 21:27:19 +01:00
MadelineProto/docs/API_docs/constructors/help_appChangelog.md
2016-12-20 13:15:22 +01:00

24 lines
414 B
Markdown

---
title: help_appChangelog
---
## Constructor: help\_appChangelog
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
### Type: [help\_AppChangelog](../types/help_AppChangelog.md)
### Example:
```
$help_appChangelog = ['_' => help_appChangelog', 'text' => string, ];
```