23 lines
517 B
Markdown
23 lines
517 B
Markdown
---
|
|
title: recoverPassword
|
|
description: Recovers password with recovery code sent to email
|
|
---
|
|
## Method: recoverPassword
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Recovers password with recovery code sent to email
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|recovery\_code|[string](../types/string.md) | Yes|Recovery code to check|
|
|
|
|
|
|
### Return type: [PasswordState](../types/PasswordState.md)
|
|
|