ReactionCount
Represents a reaction added to a message along with the number of times it was added.
fields
| field | type | required | description |
|---|---|---|---|
type | ReactionType | required | Type of the reaction |
total_count | number | required | Number of times the reaction was added |
import
import type { ReactionCount } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#reactioncount