mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 10:07:21 +01:00
25 lines
522 B
Markdown
25 lines
522 B
Markdown
|
---
|
||
|
title: auth_passwordRecovery
|
||
|
description: auth_passwordRecovery attributes, type and example
|
||
|
---
|
||
|
## Constructor: auth\_passwordRecovery
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|email\_pattern|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [auth\_PasswordRecovery](../types/auth_PasswordRecovery.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$auth_passwordRecovery = ['_' => 'auth_passwordRecovery', 'email_pattern' => string, ];
|
||
|
```
|