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