Link Search Menu Expand Document

Constructor: webPagePending

Back to constructors index

A preview of the webpage is currently being generated

Attributes:

NameTypeRequiredDescription
idlongYesID of preview
urlstringOptionalURL of the webpage
dateintYesWhen was the processing started

Type: WebPage

Example:

$webPagePending = ['_' => 'webPagePending', 'id' => long, 'url' => 'string', 'date' => int];