MadelineProtoDocs/docs/API_docs/constructors/updateChannelMessageForwards.md

831 B

title description image
updateChannelMessageForwards updateChannelMessageForwards attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannelMessageForwards

Back to constructors index

Attributes:

Name Type Required
channel_id int Yes
id int Yes
forwards int Yes

Type: Update

Example:

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

Or, if you're into Lua:

updateChannelMessageForwards={_='updateChannelMessageForwards', channel_id=int, id=int, forwards=int}