Skip to main content
Module

x/mtkruto/3_types.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.155/3_types.ts";

Information on the reactions made to a channel post.

Properties

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