609 B
609 B
title | description |
---|---|
updateChannelMessageViews | updateChannelMessageViews attributes, type and example |
Constructor: updateChannelMessageViews
Attributes:
Name | Type | Required |
---|---|---|
channel_id | int | Required |
id | int | Required |
views | int | Required |
Type: Update
Example:
$updateChannelMessageViews = ['_' => 'updateChannelMessageViews', 'channel_id' => int, 'id' => int, 'views' => int, ];