Skip to main content
Module

x/mtkruto/mod.ts>MessageReaction

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

Represents a type of reaction made to a message.

Properties

reaction: Reaction

The type of the reaction.

count: number

The number of those who made this reaction.

choosers: number[]

A list of identifiers of users who recently made this reaction.

chosen: boolean

Whether the current user made this reaction.