interface MessageReactionCountUpdatedimport { type MessageReactionCountUpdated } from "https://dotland.deno.dev/x/grammy@v1.20.2/types.web.ts"; This object represents reaction changes on a message with anonymous reactions. Propertieschat: ChatThe chat containing the message message_id: numberUnique message identifier inside the chat date: numberDate of the change in Unix time reactions: ReactionCount[]List of reactions that are present on the message import MessageReactionCountUpdatedimport { MessageReactionCountUpdated } from "https://dotland.deno.dev/x/grammy@v1.20.2/types.web.ts";