Skip to main content
Module

x/grammy_conversations/deps.deno.ts>MiddlewareObj

Conversational interfaces for grammY
Go to Latest
interface MiddlewareObj
import { type MiddlewareObj } from "https://deno.land/x/grammy_conversations@v1.1.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.