MadelineProto/old_docs/API_docs_v41/constructors/help_appChangelog.md
2017-01-19 23:02:27 +01:00

27 lines
478 B
Markdown

---
title: help.appChangelog
description: help_appChangelog attributes, type and example
---
## 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, ];
```