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
Latest
interface MessageReactionCount
import { type MessageReactionCount } from "https://deno.land/x/mtkruto@0.2.24/types/2_message_reaction_count.ts";

Information on the reactions made to a channel post.

Properties

chat: ChatP

The chat containing the message.

messageId: number

The message's identifier.

date: Date

The point in time in which the change was made.

reactions: ReactionCount[]

The reactions made to the post.