27 lines
486 B
Markdown
27 lines
486 B
Markdown
|
---
|
||
|
title: messageMediaWebPage
|
||
|
description: messageMediaWebPage attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageMediaWebPage
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|webpage|[WebPage](../types/WebPage.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageMedia](../types/MessageMedia.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageMediaWebPage = ['_' => 'messageMediaWebPage', 'webpage' => WebPage, ];
|
||
|
```
|
||
|
|