MadelineProto/old_docs/API_docs_v55/constructors/help_appChangelogEmpty.md

35 lines
531 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: help.appChangelogEmpty
description: help_appChangelogEmpty attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: help.appChangelogEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [help\_AppChangelog](../types/help_AppChangelog.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$help_appChangelogEmpty = ['_' => 'help.appChangelogEmpty', ];
```
Or, if you're into Lua:
```
help_appChangelogEmpty={_='help.appChangelogEmpty', }
```