650 B
650 B
title | description | image |
---|---|---|
webPageEmpty | No preview is available for the webpage | 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 |
Type: WebPage
Example:
$webPageEmpty = ['_' => 'webPageEmpty', 'id' => long];
Or, if you're into Lua:
webPageEmpty={_='webPageEmpty', id=long}