MadelineProtoDocs/docs/API_docs/constructors/updateChannelMessageForwards.md
2024-05-01 14:53:46 +02:00

907 B

title description nav_exclude image
updateChannelMessageForwards The forward counter of a message in a channel has changed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannelMessageForwards

Back to constructors index

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];