mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 08:56:56 +01:00
645 B
645 B
title | description |
---|---|
updateWebPage | updateWebPage attributes, type and example |
Constructor: updateWebPage
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, }