Layer 227
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),
    Url: "Hello, World!",
    Date: 42,
}