MadelineProtoDocs/old_docs/API_docs_v32/constructors/help.passportConfigNotModified.md

35 lines
653 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
title: help.passportConfigNotModified
description: Password configuration not modified
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/help_passportConfigNotModified.html
---
# Constructor: help.passportConfigNotModified
[Back to constructors index](index.md)
Password configuration not modified
### Type: [help.PassportConfig](../types/help.PassportConfig.md)
### Example:
```php
$help.passportConfigNotModified = ['_' => 'help.passportConfigNotModified'];
```
Or, if you're into Lua:
```lua
help.passportConfigNotModified={_='help.passportConfigNotModified'}
```