Layer 220
WebPageEmpty
No preview is available for the webpage
constructor
webPageEmpty#211a1788 flags:# id:long url:flags.0?string = WebPage;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Id | long | Preview ID |
| Url | flags.0?string | URL of the webpage. |
Returns
WebPageGogram Example
// Creating WebPageEmpty constructor obj := &tg.WebPageEmpty{ Id: int64(0), // Optional fields: // Url: "...", }