Skip to main content
Module

x/mtkruto/mod.ts>ReactionCount

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ReactionCount
Re-export
import { type ReactionCount } from "https://deno.land/x/mtkruto@0.1.182/mod.ts";

The count of a specific reaction.

Properties

reaction: Reaction

The type of the reaction.

count: number

Number of times the reaction was added.