24 lines
683 B
Markdown
24 lines
683 B
Markdown
---
|
|
title: getRecoveryEmail
|
|
description: Returns set up recovery email. This method can be used to verify a password provided by the user
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: getRecoveryEmail
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns set up recovery email. This method can be used to verify a password provided by the user
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|password|[string](../types/string.md) | Current user password | Yes|
|
|
|
|
|
|
### Return type: [RecoveryEmail](../types/RecoveryEmail.md)
|
|
|