MadelineProto/old_docs/API_docs_v42/constructors/webPageEmpty.md

27 lines
422 B
Markdown
Raw Normal View History

---
title: webPageEmpty
description: webPageEmpty attributes, type and example
---
## Constructor: webPageEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[long](../types/long.md) | Required|
### Type: [WebPage](../types/WebPage.md)
### Example:
```
$webPageEmpty = ['_' => 'webPageEmpty', 'id' => long, ];
```