Skip to main content
Very Popular
Go to Latest
interface MessageReactionCountUpdated
Re-export
import { type MessageReactionCountUpdated } from "https://deno.land/x/grammy@v1.21.2/types.web.ts";

This object represents reaction changes on a message with anonymous reactions.

Properties

chat: Chat

The chat containing the message

message_id: number

Unique message identifier inside the chat

date: number

Date of the change in Unix time

reactions: ReactionCount[]

List of reactions that are present on the message