694 B
694 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, ];
PWRTelegram json-encoded version:
{"_":"webPagePending","id":"long","date":"int"}
Or, if you're into Lua:
webPagePending={_='webPagePending', id=long, date=int, }