MadelineProto/docs/API_docs/constructors/account_passwordSettings.md
2016-12-19 19:48:27 +03:00

17 lines
377 B
Markdown

## Constructor: account\_passwordSettings
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|email|[string](../types/string.md) | Required|
### Type: [account\_PasswordSettings](../types/account\_PasswordSettings.md)
### Example:
```
$account_passwordSettings = ['_' => account_passwordSettings', 'email' => string, ];
```