import { type MessageReactionUpdated } from "https://deno.land/x/grammy@v1.31.0/types.deno.ts";
This object represents a change of a reaction on a message performed by a user.
Properties
chat: Chat
The chat containing the message the user reacted to
optional
user: UserThe user that changed the reaction, if the user isn't anonymous
optional
actor_chat: ChatThe chat on behalf of which the reaction was changed, if the user is anonymous
old_reaction: ReactionType[]
Previous list of reaction types that were set by the user
new_reaction: ReactionType[]
New list of reaction types that have been set by the user