MadelineProtoDocs/docs/API_docs/constructors/webPageNotModified.md
2024-05-01 14:53:46 +02:00

30 lines
697 B
Markdown

---
title: "webPageNotModified"
description: "The preview of the webpage hasn't changed"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: webPageNotModified
[Back to constructors index](/API_docs/constructors/index.html)
The preview of the webpage hasn't changed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|cached\_page\_views|[int](/API_docs/types/int.html) | Optional|Page view count|
### Type: [WebPage](/API_docs/types/WebPage.html)
### Example:
```
$webPageNotModified = ['_' => 'webPageNotModified', 'cached_page_views' => int];
```