34 lines
566 B
Markdown
34 lines
566 B
Markdown
|
---
|
||
|
title: help.passportConfigNotModified
|
||
|
description: Passport config not modified
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: help.passportConfigNotModified
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Passport config 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'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|