Constructor: updateChannelMessageViews
The view counter of a message in a channel has changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | Channel ID |
id | int | Yes | ID of the message |
views | int | Yes | New view counter |
Type: Update
Example:
$updateChannelMessageViews = ['_' => 'updateChannelMessageViews', 'channel_id' => long, 'id' => int, 'views' => int];