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

Parameters

Name Type Description
Id long Preview ID
Url flags.0?string URL of the webpage.

Returns

WebPage

Gogram Example

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

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