786 B
786 B
title | description | image |
---|---|---|
webPagePending | A preview of the webpage is currently being generated | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: webPagePending
A preview of the webpage is currently being generated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID of preview |
date | int | Yes | When was the processing started |
Type: WebPage
Example:
$webPagePending = ['_' => 'webPagePending', 'id' => long, 'date' => int];
Or, if you're into Lua:
webPagePending={_='webPagePending', id=long, date=int}