auth.sentCodeTypeSmsWord
The code was sent via SMS as a secret word, starting with the letter specified in beginning
type tg.AuthSentCodeTypeSMSWord struct { /* ... */ }
Implements auth.SentCodeType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Beginning | string | — | If set, the secret word in the sent SMS (which may contain multiple words) starts with this letter. |
References
- Official documentation
- Generated Go reference
- TL definition:
auth.sentCodeTypeSmsWord#a416ac81