--- 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]; ```