Layer 227
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.

Gogram Example

// Creating AuthSentCodeTypeSmsWord constructor
obj := &tg.AuthSentCodeTypeSmsWord{
    Beginning: "Hello, World!",
}