574 B
574 B
title | description |
---|---|
webPagePending | webPagePending attributes, type and example |
Constructor: webPagePending
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, }