mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
854 B
854 B
title | description | nav_exclude | image |
---|---|---|---|
webPagePending | A preview of the webpage is currently being generated | true | 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 |
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];