import { type ErrorHandler } from "https://deno.land/x/grammy@v1.30.1/mod.ts";
Error handler that can be installed on a bot to catch error thrown by middleware.
definition: (error: BotError<C>) => unknown
import { type ErrorHandler } from "https://deno.land/x/grammy@v1.30.1/mod.ts";
Error handler that can be installed on a bot to catch error thrown by middleware.