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

UrlAuthResult

Gogram Example

// Creating UrlAuthResultAccepted constructor
obj := &tg.UrlAuthResultAccepted{

    // Optional fields:
    // Url: "Hello, World!",
}