MadelineProtoDocs/old_docs/API_docs_v14/constructors/webPagePending.md

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

Back to constructors index

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}