MadelineProto/docs/API_docs/constructors/auth_passwordRecovery.md

17 lines
348 B
Markdown

## Constructor: auth\_passwordRecovery
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|email\_pattern|[string](../types/string.md) | Required|
### Type: [auth\_PasswordRecovery](../types/auth\_PasswordRecovery.md)
### Example:
```
$auth_passwordRecovery = ['email_pattern' => string, ];
```