Module

x/grammy/composer.ts>MiddlewareFn

The Telegram Bot Framework.
Very Popular
Go to Latest
type alias MiddlewareFn
import { type MiddlewareFn } from "https://dotland.deno.dev/x/grammy@v1.21.2/composer.ts";

Middleware in the form of a function.

Type Parameters

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