Constructor: webPagePending
A preview of the webpage is currently being generated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID of preview |
url | string | Optional | URL of the webpage |
date | int | Yes | When was the processing started |
Type: WebPage
Example:
$webPagePending = ['_' => 'webPagePending', 'id' => long, 'url' => 'string', 'date' => int];