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

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
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(0),
    Date: 0,

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