MadelineProtoDocs/docs/API_docs/constructors/webPageEmpty.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];