Skip to main content
Module

x/grammy_menu/deps.deno.ts>MiddlewareFn

Interactive menus for grammY
Latest
type alias MiddlewareFn
Re-export
import { type MiddlewareFn } from "https://deno.land/x/grammy_menu@v1.2.1/deps.deno.ts";

Middleware in the form of a function.

Type Parameters

optional
C extends Context = Context
definition: (ctx: C, next: NextFunction) => MaybePromise<unknown>