MessageReactionUpdated
This object represents a change of a reaction on a message performed by a user.
Properties
chat
ts
chat: Chat;The chat containing the message the user reacted to
message_id
ts
message_id: number;Unique identifier of the message inside the chat
user
ts
user?: User;The user that changed the reaction, if the user isn’t anonymous
actor_chat
ts
actor_chat?: Chat;The chat on behalf of which the reaction was changed, if the user is anonymous
date
ts
date: number;Date of the change in Unix time
old_reaction
ts
old_reaction: ReactionType[];Previous list of reaction types that were set by the user
new_reaction
ts
new_reaction: ReactionType[];New list of reaction types that have been set by the user