MadelineProtoDocs/old_docs/API_docs_v33/constructors/updateWebPage.md

635 B

title description image
updateWebPage Update web page https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateWebPage

Back to constructors index

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}