MessageReactionCountUpdated
This object represents reaction changes on a message with anonymous reactions.
fields
| field | type | required | description |
|---|---|---|---|
chat | Chat | required | The chat containing the message |
message_id | number | required | Unique message identifier inside the chat |
date | number | required | Date of the change in Unix time |
reactions | ReactionCount[] | required | List of reactions that are present on the message |
import
import type { MessageReactionCountUpdated } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#messagereactioncountupdated