MadelineProto/old_docs/API_docs_v33/constructors/updateWebPage.md
2017-07-23 16:33:46 +02:00

642 B

title description
updateWebPage updateWebPage attributes, type and example

Constructor: updateWebPage

Back to constructors index

Attributes:

Name Type Required
webpage WebPage Yes

Type: Update

Example:

$updateWebPage = ['_' => 'updateWebPage', 'webpage' => WebPage];

PWRTelegram json-encoded version:

{"_": "updateWebPage", "webpage": WebPage}

Or, if you're into Lua:

updateWebPage={_='updateWebPage', webpage=WebPage}