Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_menu/deps.deno.ts>MiddlewareObj

Interactive menus for grammY.
Go to Latest
interface MiddlewareObj
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.

Type Parameters

optional
C extends Context = Context

Properties

middleware: () => MiddlewareFn<C>

Returns the contained middleware.