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

Gogram Example

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