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

x/mtkruto/types/2_message_interactions.ts>MessageInteractions

Cross-runtime JavaScript library for building Telegram clients
Latest
interface MessageInteractions
import { type MessageInteractions } from "https://deno.land/x/mtkruto@0.2.24/types/2_message_interactions.ts";

The interactions made with a message.

Properties

chatId: number

The identifier of the message's chat.

messageId: number

The message's identifier.

reactions: MessageReaction[]

The reactions made to the message.

views: number

The number of times the message was viewed.

forwards: number

The number of times the message was forwarded.