Layer 220
AuthSentCodeTypeSms
The code was sent via SMS
constructor
auth.sentCodeTypeSms#c000bba2 length:int = auth.SentCodeType;
Parameters
| Name | Type | Description |
|---|---|---|
| Length | int | Length of the code in bytes |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeSms constructor obj := &tg.AuthSentCodeTypeSms{ Length: 0, }