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

x/mtkruto/types/2_message_reaction_count.ts>MessageReactionCount

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

Information on the reactions made to a channel post.

Properties

chat: ChatP
messageId: number
date: Date
reactions: ReactionCount[]