635 B
635 B
title | description | image |
---|---|---|
updateWebPage | Update web page | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateWebPage
Update web page
Attributes:
Name | Type | Required | Description |
---|---|---|---|
webpage | WebPage | Optional | Webpage |
Type: Update
Example:
$updateWebPage = ['_' => 'updateWebPage', 'webpage' => WebPage];
Or, if you're into Lua:
updateWebPage={_='updateWebPage', webpage=WebPage}