mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
697 B
697 B
title | description | nav_exclude | image |
---|---|---|---|
webPageNotModified | The preview of the webpage hasn't changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: webPageNotModified
The preview of the webpage hasn't changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
cached_page_views | int | Optional | Page view count |
Type: WebPage
Example:
$webPageNotModified = ['_' => 'webPageNotModified', 'cached_page_views' => int];