Layer 220
constructor
webPageEmpty#211a1788 flags:# id:long url:flags.0?string = WebPage;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
Id long Preview ID
Url flags.0?string URL of the webpage.

Returns

WebPage

Gogram Example

// Creating WebPageEmpty constructor
obj := &tg.WebPageEmpty{
    Id: int64(0),

    // Optional fields:
    // Url: "...",
}