MadelineProto/old_docs/API_docs_v62/constructors/webPageNotModified.md

35 lines
482 B
Markdown
Raw Normal View History

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