Layer 224
UrlAuthResultAccepted
Details about an accepted authorization request, for more info click here
constructor
urlAuthResultAccepted#623a8fa0 flags:# url:flags.0?string = UrlAuthResult;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | flags.0?string | The URL name of the website on which the user has logged in. |
Returns
UrlAuthResultGogram Example
// Creating UrlAuthResultAccepted constructor obj := &tg.UrlAuthResultAccepted{ // Optional fields: // Url: "Hello, World!", }