Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/2_message_reactions.ts>MessageReactions

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface MessageReactions
import { type MessageReactions } from "https://deno.land/x/mtkruto@0.1.157/types/2_message_reactions.ts";

The reactions of a user to a messages in a group.

Properties

chat: ChatP
messageId: number
optional
user: User
optional
actorChat: ChatP
date: Date
oldReactions: Reaction[]
newReactions: Reaction[]