1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 14:34:39 +01:00
MadelineProto/old_docs/API_docs_v40/constructors/updateWebPage.md

531 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, ];

Or, if you're into Lua:

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