35 lines
653 B
Markdown
35 lines
653 B
Markdown
|
---
|
||
|
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'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|