MadelineProto/docs/API_docs/constructors/webPagePending.md

18 lines
330 B
Markdown
Raw Normal View History

## 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 = ['id' => long, 'date' => int, ];
```