Layer 220
AuthSentCodeTypeApp
The code was sent through the telegram app
constructor
auth.sentCodeTypeApp#3dbb5986 length:int = auth.SentCodeType;
Parameters
| Name | Type | Description |
|---|---|---|
| Length | int | Length of the code in bytes |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeApp constructor obj := &tg.AuthSentCodeTypeApp{ Length: 0, }