Layer 224
constructor
webPagePending#b0d13e47 flags:# id:long url:flags.0?string date:int = WebPage;

Parameters

Name Type Description
Id long ID of preview
Url flags.0?string URL of the webpage
Date int When was the processing started

Returns

WebPage

Gogram Example

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

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