Skip to main content
Module

x/grammy/bot.ts>Bot#catch

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

Sets the bots error handler that is used during long polling.

You should call this method to set an error handler if you are using long polling, no matter whether you use bot.start or the @grammyjs/runner package to run your bot.

Calling bot.catch when using other means of running your bot (or webhooks) has no effect.

Parameters

errorHandler: ErrorHandler<C>

A function that handles potential middleware errors