Layer 220
AuthSentCodeTypeMissedCall
The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.
constructor
auth.sentCodeTypeMissedCall#82006484 prefix:string length:int = auth.SentCodeType;
Parameters
| Name | Type | Description |
|---|---|---|
| Prefix | string | Prefix of the phone number from which the call will be made |
| Length | int | Length of the verification code |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeMissedCall constructor obj := &tg.AuthSentCodeTypeMissedCall{ Prefix: "...", Length: 0, }