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

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

Back to constructors index

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