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