mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
31 lines
724 B
Markdown
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'];
|
|
```
|