import { type ReactionType } from "https://deno.land/x/grammy_types@v3.15.0/message.ts";
This object describes the type of a reaction. Currently, it can be one of
- ReactionTypeEmoji
- ReactionTypeCustomEmoji
- ReactionTypePaid
definition: ReactionTypeEmoji | ReactionTypeCustomEmoji | ReactionTypePaid