Constructor: updateChannelMessageForwards
The forward 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 |
forwards | int | Yes | New forward counter |
Type: Update
Example:
$updateChannelMessageForwards = ['_' => 'updateChannelMessageForwards', 'channel_id' => long, 'id' => int, 'forwards' => int];