MadelineProto/docs/API_docs/constructors/webPagePending.md

19 lines
355 B
Markdown
Raw Normal View History

## Constructor: webPagePending
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[long](../types/long.md) | Required|
|date|[int](../types/int.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [WebPage](../types/WebPage.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$webPagePending = ['_' => webPagePending', 'id' => long, 'date' => int, ];
```