MadelineProtoDocs/old_docs/API_docs_v105/constructors/webPageEmpty.md
2019-09-13 17:13:55 +02:00

39 lines
592 B
Markdown

---
title: webPageEmpty
description: Empty web page
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: webPageEmpty
[Back to constructors index](index.md)
Empty web page
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](../types/long.md) | Yes|ID|
### Type: [WebPage](../types/WebPage.md)
### Example:
```php
$webPageEmpty = ['_' => 'webPageEmpty', 'id' => long];
```
Or, if you're into Lua:
```lua
webPageEmpty={_='webPageEmpty', id=long}
```