MadelineProtoDocs/old_docs/API_docs_v91/constructors/webPageNotModified.md
2019-03-08 13:49:23 +01:00

554 B

title description image
webPageNotModified Web page not modified https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: webPageNotModified

Back to constructors index

Web page not modified

Type: WebPage

Example:

$webPageNotModified = ['_' => 'webPageNotModified'];

PWRTelegram json-encoded version:

{"_": "webPageNotModified"}

Or, if you're into Lua:

webPageNotModified={_='webPageNotModified'}