import { type ReactionType } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.deno.ts";
This object describes the type of a reaction. Currently, it can be one of
- ReactionTypeEmoji
- ReactionTypeCustomEmoji
- ReactionTypePaid
definition: ReactionTypeEmoji | ReactionTypeCustomEmoji | ReactionTypePaid