MadelineProtoDocs/docs/API_docs/constructors/webPagePending.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00: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}