Skip to main content
Module

x/mtkruto/mod.ts>MessageReactionCount

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

This reaction state's point of time.

reactions: ReactionCount[]

The reactions made to the post.