Layer 220
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

UrlAuthResult

Gogram Example

// Creating UrlAuthResultAccepted constructor
obj := &tg.UrlAuthResultAccepted{
    Url: "...",
}