MadelineProto/old_docs/API_docs_v40/constructors/updateWebPage.md

36 lines
531 B
Markdown

---
title: updateWebPage
description: updateWebPage attributes, type and example
---
## Constructor: updateWebPage
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|webpage|[WebPage](../types/WebPage.md) | Yes|
### Type: [Update](../types/Update.md)
### Example:
```
$updateWebPage = ['_' => 'updateWebPage', 'webpage' => WebPage, ];
```
Or, if you're into Lua:
```
updateWebPage={_='updateWebPage', webpage=WebPage, }
```