Layer 227
AuthSentCodeTypeSmsWord
The code was sent via SMS as a secret word, starting with the letter specified in beginning
constructor
auth.sentCodeTypeSmsWord#a416ac81 flags:# beginning:flags.0?string = auth.SentCodeType;
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{ Beginning: "Hello, World!", }