import { type MessageReactions } from "https://deno.land/x/mtkruto@0.2.50/types/2_message_reactions.ts";
The reactions of a user to a messages in a group.
Properties
chat: ChatP
The chat containing the message the user reacted to.
optional
user: UserThe user who changed their reactions to the message. Unset if done on behalf of a chat.
optional
actorChat: ChatPThe chat that changed its reactions to the message. Unset if done on behalf of a user.
date: Date
The point in time in which the change was made.
oldReactions: Reaction[]
The previous reactions.
newReactions: Reaction[]
The current reactions.