Skip to main content
Module

x/grammy/mod.ts>MiddlewareFn

The Telegram Bot Framework.
Extremely Popular
Go to Latest
type alias MiddlewareFn
Re-export
import { type MiddlewareFn } from "https://deno.land/x/grammy@v1.12.0/mod.ts";

Middleware in the form of a function.

Type Parameters

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