674 B
674 B
title | description | image |
---|---|---|
webPagePending | Web page pending | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: webPagePending
Web page pending
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
date | int | Yes | Date |
Type: WebPage
Example:
$webPagePending = ['_' => 'webPagePending', 'id' => long, 'date' => int];
Or, if you're into Lua:
webPagePending={_='webPagePending', id=long, date=int}