MadelineProto/docs/API_docs/constructors/webPagePending.md
2016-12-19 19:48:27 +03:00

18 lines
354 B
Markdown

## Constructor: webPagePending
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[long](../types/long.md) | Required|
|date|[int](../types/int.md) | Required|
### Type: [WebPage](../types/WebPage.md)
### Example:
```
$webPagePending = ['_' => webPagePending', 'id' => long, 'date' => int, ];
```