Layer 220
WebPagePending
A preview of the webpage is currently being generated
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
WebPageGogram Example
// Creating WebPagePending constructor obj := &tg.WebPagePending{ Id: int64(0), Date: 0, // Optional fields: // Url: "...", }