Layer 220
UpdateChannelMessageViews
The view counter of a message in a channel has changed
constructor
updateChannelMessageViews#f226ac08 channel_id:long id:int views:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| ChannelId | long | Channel ID |
| Id | int | ID of the message |
| Views | int | New view counter |
Returns
UpdateGogram Example
// Creating UpdateChannelMessageViews constructor obj := &tg.UpdateChannelMessageViews{ ChannelId: int64(0), Id: 0, Views: 0, }