auth.sentCodeTypeApp
The code was sent through the telegram app
type tg.AuthSentCodeTypeApp 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.sentCodeTypeApp#3dbb5986