auth.sentCodeTypeFlashCall
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.
type tg.AuthSentCodeTypeFlashCall struct { /* ... */ }
Implements auth.SentCodeType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pattern | string | yes | pattern to match |
References
- Official documentation
- Generated Go reference
- TL definition:
auth.sentCodeTypeFlashCall#ab03c6d9