MessageReactionUpdated
interfaceThis object represents a change of a reaction on a message performed by a user.
Declaration
interface MessageReactionUpdated Properties
actor_chat?: Chat;Optional. The chat on behalf of which the reaction was changed, if the user is anonymous
new_reaction: ReactionType[];New list of reaction types that have been set by the user
old_reaction: ReactionType[];Previous list of reaction types that were set by the user