import { type MiddlewareObj } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.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_menu@v1.2.2/deps.deno.ts";
Middleware in the form of a container for a function.
Returns the contained middleware.