mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
30 lines
697 B
Markdown
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];
|
|
```
|