Skip to main content
Module

x/mtkruto/mod.ts>MessageInteractions

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface MessageInteractions
Re-export
import { type MessageInteractions } from "https://deno.land/x/mtkruto@0.1.190/mod.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.