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

706 B

title description image redirect_from
help.appChangelog help.appChangelog attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_appChangelog.html

Constructor: help.appChangelog

Back to constructors index

Attributes:

Name Type Required
text string Yes

Type: help.AppChangelog

Example:

$help.appChangelog = ['_' => 'help.appChangelog', 'text' => 'string'];

Or, if you're into Lua:

help.appChangelog={_='help.appChangelog', text='string'}