Layer 220
constructor

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
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{

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