Skip to main content
Module

x/mtkruto/3_types.ts>MessageReactions

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface MessageReactions
Re-export
import { type MessageReactions } from "https://deno.land/x/mtkruto@0.1.155/3_types.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[]