MadelineProto/old_docs/API_docs_v38/constructors/help_appChangelogEmpty.md
2017-07-23 16:11:02 +02:00

537 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', }