import { type MiddlewareFn } from "https://deno.land/x/grammy@v1.12.0/composer.ts";
Middleware in the form of a function.
definition: (ctx: C, next: NextFunction) => MaybePromise<unknown>
import { type MiddlewareFn } from "https://deno.land/x/grammy@v1.12.0/composer.ts";
Middleware in the form of a function.