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