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