Layer 220
AuthSentCodeTypeCall
The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.
constructor
auth.sentCodeTypeCall#5353e5a7 length:int = auth.SentCodeType;
Parameters
| Name | Type | Description |
|---|---|---|
| Length | int | Length of the verification code |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeCall constructor obj := &tg.AuthSentCodeTypeCall{ Length: 0, }