Link Search Menu Expand Document

Constructor: updateChannelMessageForwards

Back to constructors index

The forward counter of a message in a channel has changed

Attributes:

NameTypeRequiredDescription
channel_idlongYesChannel ID
idintYesID of the message
forwardsintYesNew forward counter

Type: Update

Example:

$updateChannelMessageForwards = ['_' => 'updateChannelMessageForwards', 'channel_id' => long, 'id' => int, 'forwards' => int];