Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy/bot.ts>Bot#reaction

The Telegram Bot Framework.
Very Popular
Go to Latest
method Bot.prototype.reaction
import { Bot } from "https://deno.land/x/grammy@v1.27.0/bot.ts";

Parameters

reaction: MaybeArray<ReactionTypeEmoji["emoji"] | ReactionType>
...middleware: Array<ReactionMiddleware<C>>

Returns

Composer<ReactionContext<C>>