MadelineProto/old_docs/API_docs_v33/constructors/webPagePending.md
2017-07-23 16:11:02 +02:00

694 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, }