Skip to main content
Module

x/grammy/mod.ts>Bot#on

The Telegram Bot Framework.
Very Popular
Go to Latest
method Bot.prototype.on
Re-export
import { Bot } from "https://deno.land/x/grammy@v1.21.0/mod.ts";

Type Parameters

Q extends FilterQuery

Parameters

filter: Q | Q[]
...middleware: Array<Middleware<Filter<C, Q>>>

Returns

Composer<Filter<C, Q>>