Skip to main content
Module

x/grammy_autoquote/deps.deno.ts>MiddlewareObj

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
interface MiddlewareObj
import { type MiddlewareObj } from "https://deno.land/x/grammy_autoquote@v2.0.0/deps.deno.ts";

Middleware in the form of a container for a function.

Type Parameters

optional
C extends Context = Context

Properties

middleware: () => MiddlewareFn<C>

Returns the contained middleware.