Skip to content

MessageReactionUpdated

This object represents a change of a reaction on a message performed by a user.

7 fields, 5 required.

Fields

chat Chat Required
The chat containing the message the user reacted to.

message_id number Required
Unique identifier of the message inside the chat.

date number Required
Date of the change in Unix time.

old_reaction ReactionType[] Required
Previous list of reaction types that were set by the user.

new_reaction ReactionType[] Required
New list of reaction types that have been set by the user.

user User
The user that changed the reaction, if the user isn’t anonymous.

actor_chat Chat
The chat on behalf of which the reaction was changed, if the user is anonymous.