MadelineProtoDocs/old_docs/API_docs_v14/constructors/webPageEmpty.md

650 B

title description image
webPageEmpty No preview is available for the webpage 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

Type: WebPage

Example:

$webPageEmpty = ['_' => 'webPageEmpty', 'id' => long];

Or, if you're into Lua:

webPageEmpty={_='webPageEmpty', id=long}