Layer 227
AuthSentCodeTypeSmsPhrase
The code was sent via SMS as a secret phrase starting with the word specified in beginning
constructor
auth.sentCodeTypeSmsPhrase#b37794af flags:# beginning:flags.0?string = auth.SentCodeType;
Parameters
| Name | Type | Description |
|---|---|---|
| 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{ Beginning: "Hello, World!", }