mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
26 lines
594 B
Markdown
26 lines
594 B
Markdown
---
|
|
title: "help.appConfigNotModified"
|
|
description: "The client configuration parameters haven't changed"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/help_appConfigNotModified.html
|
|
---
|
|
# Constructor: help.appConfigNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
The client configuration parameters haven't changed
|
|
|
|
|
|
|
|
|
|
### Type: [help.AppConfig](/API_docs/types/help.AppConfig.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$help_appConfigNotModified = ['_' => 'help.appConfigNotModified'];
|
|
```
|