urlAuthResultAccepted
Details about an accepted authorization request, for more info click here »
type tg.URLAuthResultAccepted struct { /* ... */ }
Implements UrlAuthResult.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
URL | string | — | If present, the URL to open in the external browser (may use a custom scheme for direct switching to another app); if absent, the login succeeded and clients should simply show a confirmation toast. Always set for bot button URL authorization and link URL authorization. |
References
- Official documentation
- Generated Go reference
- TL definition:
urlAuthResultAccepted#623a8fa0