Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>MessageReaction

[WIP] 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.139/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.