auth.sentCodeTypeSms
The code was sent via SMS
type tg.AuthSentCodeTypeSMS struct { /* ... */ }
Implements auth.SentCodeType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Length | int | yes | Length of the code in bytes |
References
- Official documentation
- Generated Go reference
- TL definition:
auth.sentCodeTypeSms#c000bba2