Layer 220
UrlAuthResultAccepted
Details about an accepted authorization request, for more info click here
constructor
urlAuthResultAccepted#8f8c0e4e url:string = UrlAuthResult;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | The URL name of the website on which the user has logged in. |
Returns
UrlAuthResultGogram Example
// Creating UrlAuthResultAccepted constructor obj := &tg.UrlAuthResultAccepted{ Url: "...", }