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