account.emailVerifiedLogin
The email was verified correctly, and a login code was just sent to it.
type tg.AccountEmailVerifiedLogin struct { /* ... */ }
Implements account.EmailVerified.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Email | string | yes | The verified email address. |
SentCode | AuthSentCodeClass | yes | Info about the sent login code |
References
- Official documentation
- Generated Go reference
- TL definition:
account.emailVerifiedLogin#e1bb0d61