Layer 220
AuthSentCodeTypeFlashCall
The code will be sent via a flash phone call, that will be closed immediately. The phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern.
constructor
auth.sentCodeTypeFlashCall#ab03c6d9 pattern:string = auth.SentCodeType;
Parameters
| Name | Type | Description |
|---|---|---|
| Pattern | string | pattern to match |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeFlashCall constructor obj := &tg.AuthSentCodeTypeFlashCall{ Pattern: "...", }