mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 01:47:23 +01:00
25 lines
475 B
Markdown
25 lines
475 B
Markdown
|
---
|
||
|
title: help_appChangelog
|
||
|
description: help_appChangelog attributes, type and example
|
||
|
---
|
||
|
## Constructor: help\_appChangelog
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|text|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help\_AppChangelog](../types/help_AppChangelog.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$help_appChangelog = ['_' => 'help_appChangelog', 'text' => string, ];
|
||
|
```
|