MadelineProto/old_docs/API_docs_v70/constructors/webPagePending.md

691 B

title description
webPagePending webPagePending attributes, type and example

Constructor: webPagePending

Back to constructors index

Attributes:

Name Type Required
id long Yes
date int Yes

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}