Skip to main content
Module

x/grammy_menu/deps.deno.ts>MiddlewareObj

Easily create interactive menus with grammY.
Go to Latest
interface MiddlewareObj
import { type MiddlewareObj } from "https://deno.land/x/grammy_menu@v1.1.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.