23 lines
608 B
Markdown
23 lines
608 B
Markdown
|
---
|
||
|
title: getRecoveryEmail
|
||
|
description: Returns set up recovery email. This method can be used to verify a password provided by the user
|
||
|
---
|
||
|
## 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 | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|password|[string](../types/string.md) | Yes|Current user password|
|
||
|
|
||
|
|
||
|
### Return type: [RecoveryEmail](../types/RecoveryEmail.md)
|
||
|
|