MadelineProtoDocs/old_docs/API_docs_v57/constructors/help.appChangelog.md

40 lines
721 B
Markdown

---
title: help.appChangelog
description: App changelog
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/help_appChangelog.html
---
# Constructor: help.appChangelog
[Back to constructors index](index.md)
App changelog
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|text|[string](../types/string.md) | Yes|Text|
### Type: [help.AppChangelog](../types/help.AppChangelog.md)
### Example:
```php
$help.appChangelog = ['_' => 'help.appChangelog', 'text' => 'string'];
```
Or, if you're into Lua:
```lua
help.appChangelog={_='help.appChangelog', text='string'}
```