Skip to main content
Module

x/grammy/composer.ts>MiddlewareFn

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

Middleware in the form of a function.

Type Parameters

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