import { type MiddlewareObj } from "https://deno.land/x/grammy@v1.31.0/composer.ts";
Middleware in the form of a container for a function.
Properties
middleware: () => MiddlewareFn<C>
Returns the contained middleware.
import { type MiddlewareObj } from "https://deno.land/x/grammy@v1.31.0/composer.ts";
Middleware in the form of a container for a function.
Returns the contained middleware.