Layer 228
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 |
|---|---|---|
| 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(1234567890), Url: "https://example.com", Date: int(time.Now().Unix()), }