MadelineProto/old_docs/API_docs_v65/constructors/updateWebPage.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

666 B

title description
updateWebPage updateWebPage attributes, type and example

Constructor: updateWebPage

Back to constructors index

Attributes:

Name Type Required
webpage WebPage Yes
pts int Yes
pts_count int Yes

Type: Update

Example:

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

Or, if you're into Lua:

updateWebPage={_='updateWebPage', webpage=WebPage, pts=int, pts_count=int, }