MadelineProto/old_docs/API_docs_v65/constructors/webPagePending.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

37 lines
574 B
Markdown

---
title: webPagePending
description: webPagePending attributes, type and example
---
## Constructor: webPagePending
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[long](../types/long.md) | Yes|
|date|[int](../types/int.md) | Yes|
### Type: [WebPage](../types/WebPage.md)
### Example:
```
$webPagePending = ['_' => 'webPagePending', 'id' => long, 'date' => int, ];
```
Or, if you're into Lua:
```
webPagePending={_='webPagePending', id=long, date=int, }
```