auth.sentCodeTypeCall
The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.
type tg.AuthSentCodeTypeCall struct { /* ... */ }
Implements auth.SentCodeType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Length | int | yes | Length of the verification code |
References
- Official documentation
- Generated Go reference
- TL definition:
auth.sentCodeTypeCall#5353e5a7