669 B
669 B
title | description |
---|---|
updateChannelWebPage | updateChannelWebPage attributes, type and example |
Constructor: updateChannelWebPage
Attributes:
Name | Type | Required |
---|---|---|
channel_id | int | Required |
webpage | WebPage | Required |
pts | int | Required |
pts_count | int | Required |
Type: Update
Example:
$updateChannelWebPage = ['_' => 'updateChannelWebPage', 'channel_id' => int, 'webpage' => WebPage, 'pts' => int, 'pts_count' => int, ];