mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
907 B
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
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];