MadelineProto/docs/TD_docs/methods/getRecoveryEmail.md
2017-08-25 14:43:29 +02:00

23 lines
604 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
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|password|[string](../types/string.md) | Yes|Current user password|
### Return type: [RecoveryEmail](../types/RecoveryEmail.md)