auth.sentCodeTypeFragmentSms
The code was delivered via fragment.com.
type tg.AuthSentCodeTypeFragmentSMS struct { /* ... */ }
Implements auth.SentCodeType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
URL | string | yes | Open the specified URL to log into fragment.com with the wallet that owns the specified phone number and view the code. |
Length | int | yes | Length of the delivered code. |
References
- Official documentation
- Generated Go reference
- TL definition:
auth.sentCodeTypeFragmentSms#d9565c39