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

31 lines
724 B
Markdown

---
title: "webPageEmpty"
description: "No preview is available for the webpage"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: webPageEmpty
[Back to constructors index](/API_docs/constructors/index.html)
No preview is available for the webpage
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](/API_docs/types/long.html) | Yes|Preview ID|
|url|[string](/API_docs/types/string.html) | Optional|URL of the webpage.|
### Type: [WebPage](/API_docs/types/WebPage.html)
### Example:
```
$webPageEmpty = ['_' => 'webPageEmpty', 'id' => long, 'url' => 'string'];
```