Layer 220
AuthSentCodeTypeSmsPhrase
The code was sent via SMS as a secret phrase starting with the word specified in beginning
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Beginning | flags.0?string | If set, the secret phrase (and the SMS) starts with this word. |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeSmsPhrase constructor obj := &tg.AuthSentCodeTypeSmsPhrase{ // Optional fields: // Beginning: "...", }