Constructor: updateMessageReactions
New message reactions » are available
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| peer | long | Yes | Peer |
| msg_id | int | Yes | Message ID |
| top_msg_id | int | Optional | Forum topic ID |
| saved_peer_id | Peer | Optional | If set, the reactions are in the specified monoforum topic ». |
| reactions | MessageReactions | Yes | Reactions |
Type: Update
Example:
$updateMessageReactions = ['_' => 'updateMessageReactions', 'peer' => long, 'msg_id' => int, 'top_msg_id' => int, 'saved_peer_id' => Peer, 'reactions' => MessageReactions];