MadelineProto/docs/API_docs/constructors/auth_passwordRecovery.md

18 lines
379 B
Markdown
Raw Normal View History

## Constructor: auth\_passwordRecovery
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|email\_pattern|[string](../types/string.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [auth\_PasswordRecovery](../types/auth_PasswordRecovery.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$auth_passwordRecovery = ['_' => auth_passwordRecovery', 'email_pattern' => string, ];
```