account.sentEmailCode
The sent email code
type tg.AccountSentEmailCode struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
EmailPattern | string | yes | The email (to which the code was sent) must match this pattern |
Length | int | yes | The length of the verification code |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
account.sentEmailCode#811f854f