mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
724 B
724 B
title | description | nav_exclude | image |
---|---|---|---|
webPageEmpty | No preview is available for the webpage | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: webPageEmpty
No preview is available for the webpage
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Preview ID |
url | string | Optional | URL of the webpage. |
Type: WebPage
Example:
$webPageEmpty = ['_' => 'webPageEmpty', 'id' => long, 'url' => 'string'];