MadelineProtoDocs/docs/TD_docs/methods/recoverPassword.md

24 lines
596 B
Markdown

---
title: recoverPassword
description: Recovers password with recovery code sent to email
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: recoverPassword
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Recovers password with recovery code sent to email
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|recovery\_code|[string](../types/string.md) | Recovery code to check | Yes|
### Return type: [PasswordState](../types/PasswordState.md)