Layer 224
AuthSentCodeTypeSmsWord
The code was sent via SMS as a secret word, starting with the letter specified in beginning
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Beginning | flags.0?string | If set, the secret word in the sent SMS (which may contain multiple words) starts with this letter. |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeSmsWord constructor obj := &tg.AuthSentCodeTypeSmsWord{ // Optional fields: // Beginning: "Hello, World!", }