Skip to main content

urlAuthResultAccepted

Details about an accepted authorization request, for more info click here »

type tg.URLAuthResultAccepted struct { /* ... */ }

Implements UrlAuthResult.

Fields

NameTypeRequiredDescription
URLstringIf 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