Skip to main content
Module

x/grammy_autoquote/deps.deno.ts>MiddlewareFn

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
type alias MiddlewareFn
Re-export
import { type MiddlewareFn } from "https://deno.land/x/grammy_autoquote@v1.1.0/deps.deno.ts";

Middleware in the form of a function.

Type Parameters

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