Layer 220
constructor
auth.sentCodeTypeFlashCall#ab03c6d9 pattern:string = auth.SentCodeType;

Parameters

Name Type Description
Pattern string pattern to match

Gogram Example

// Creating AuthSentCodeTypeFlashCall constructor
obj := &tg.AuthSentCodeTypeFlashCall{
    Pattern: "...",
}