MadelineProtoDocs/old_docs/API_docs_v40/constructors/help_appChangelog.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

777 B

title description image
help.appChangelog App changelog https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.appChangelog

Back to constructors index

App changelog

Attributes:

Name Type Required Description
text string Yes Text

Type: help_AppChangelog

Example:

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

PWRTelegram json-encoded version:

{"_": "help.appChangelog", "text": "string"}

Or, if you're into Lua:

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