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

794 B

title description image
webPagePending Web page pending https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: webPagePending

Back to constructors index

Web page pending

Attributes:

Name Type Required Description
id long Yes ID
date int Yes Date

Type: WebPage

Example:

$webPagePending = ['_' => 'webPagePending', 'id' => long, 'date' => int];

PWRTelegram json-encoded version:

{"_": "webPagePending", "id": long, "date": int}

Or, if you're into Lua:

webPagePending={_='webPagePending', id=long, date=int}