Link Search Menu Expand Document

Constructor: updateMessageReactions

Back to constructors index

New message reactions » are available

Attributes:

NameTypeRequiredDescription
peerlongYesPeer
msg_idintYesMessage ID
top_msg_idintOptionalForum topic ID
reactionsMessageReactionsYesReactions

Type: Update

Example:

$updateMessageReactions = ['_' => 'updateMessageReactions', 'peer' => long, 'msg_id' => int, 'top_msg_id' => int, 'reactions' => MessageReactions];