mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 19:27:21 +01:00
15 lines
340 B
Markdown
15 lines
340 B
Markdown
## Constructor: messageMediaWebPage
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|webpage|[WebPage](../types/WebPage.md) | Required|
|
|
### Type:
|
|
|
|
[MessageMedia](../types/MessageMedia.md)
|
|
### Example:
|
|
|
|
```
|
|
$messageMediaWebPage = ['_' => messageMediaWebPage', 'webpage' => WebPage, ];
|
|
``` |