auth.passwordRecovery
Recovery info of a 2FA password, only for accounts with a recovery email configured.
type tg.AuthPasswordRecovery struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
EmailPattern | string | yes | The email to which the recovery code was sent must match this pattern. |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
auth.passwordRecovery#137948a5