MadelineProto/old_docs/API_docs_v33/constructors/webPagePending.md

574 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, ];

Or, if you're into Lua:

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