22 lines
658 B
Markdown
22 lines
658 B
Markdown
---
|
|
title: requestAuthPasswordRecovery
|
|
description: Requests to send password recovery code to email. Works only when getAuthState returns authStateWaitPassword. Returns authStateWaitPassword on success
|
|
---
|
|
## Method: requestAuthPasswordRecovery
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Requests to send password recovery code to email. Works only when getAuthState returns authStateWaitPassword. Returns authStateWaitPassword on success
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|
|
|
|
### Return type: [AuthState](../types/AuthState.md)
|
|
|