647 B
647 B
title | description |
---|---|
updateWebPage | updateWebPage attributes, type and example |
Constructor: updateWebPage
Attributes:
Name | Type | Required |
---|---|---|
webpage | WebPage | Optional |
Type: Update
Example:
$updateWebPage = ['_' => 'updateWebPage', 'webpage' => WebPage];
PWRTelegram json-encoded version:
{"_": "updateWebPage", "webpage": WebPage}
Or, if you're into Lua:
updateWebPage={_='updateWebPage', webpage=WebPage}