Layer 220
constructor

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
Beginning flags.0?string If set, the secret phrase (and the SMS) starts with this word.

Gogram Example

// Creating AuthSentCodeTypeSmsPhrase constructor
obj := &tg.AuthSentCodeTypeSmsPhrase{

    // Optional fields:
    // Beginning: "...",
}