Layer 220
AuthSentCodeTypeFragmentSms
The code was delivered via fragment. com.
constructor
auth.sentCodeTypeFragmentSms#d9565c39 url:string length:int = auth.SentCodeType;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | Open the specified URL to log into fragment. com with the wallet that owns the specified phone number and view the code. |
| Length | int | Length of the delivered code. |
Returns
auth.SentCodeTypeGogram Example
// Creating AuthSentCodeTypeFragmentSms constructor obj := &tg.AuthSentCodeTypeFragmentSms{ Url: "...", Length: 0, }