updateChannelMessageForwards
The forward counter of a message in a channel has changed
type tg.UpdateChannelMessageForwards struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChannelID | int64 | yes | Channel ID |
ID | int | yes | ID of the message |
Forwards | int | yes | New forward counter |
References
- Official documentation
- Generated Go reference
- TL definition:
updateChannelMessageForwards#d29a27f4