--- title: help.appChangelog description: App changelog image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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'} ```