Layer 220
AccountResendPasswordEmail
Resend the code to verify an email to use as 2 FA recovery method.
method
Users
account.resendPasswordEmail#7a7f2a15 = Bool;
Returns
BoolPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | EMAIL_HASH_EXPIRED | Email hash expired. |
Gogram Example
// AccountResendPasswordEmail - positional arguments result, err := client.AccountResendPasswordEmail() if err != nil { // handle error } // result is *tg.Bool