auth.sentCodeTypeSmsPhrase
The code was sent via SMS as a secret phrase starting with the word specified in beginning
type tg.AuthSentCodeTypeSMSPhrase struct { /* ... */ }
Implements auth.SentCodeType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Beginning | string | — | If set, the secret phrase (and the SMS) starts with this word. |
References
- Official documentation
- Generated Go reference
- TL definition:
auth.sentCodeTypeSmsPhrase#b37794af