mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 12:47:56 +01:00
18 lines
537 B
Markdown
18 lines
537 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
|
|
|
|
|
|
|
|
### Return type: [AuthState](../types/AuthState.md)
|
|
|