MadelineProto/old_docs/API_docs_v33/constructors/help_appChangelogEmpty.md
2017-07-23 16:33:46 +02:00

534 B

title description
help.appChangelogEmpty help_appChangelogEmpty attributes, type and example

Constructor: help.appChangelogEmpty

Back to constructors index

Type: help_AppChangelog

Example:

$help_appChangelogEmpty = ['_' => 'help.appChangelogEmpty'];

PWRTelegram json-encoded version:

{"_": "help.appChangelogEmpty"}

Or, if you're into Lua:

help_appChangelogEmpty={_='help.appChangelogEmpty'}