Skip to main content
Module

x/grammy/mod.ts>MiddlewareObj

The Telegram Bot Framework.
Very Popular
Go to Latest
interface MiddlewareObj
import { type MiddlewareObj } from "https://deno.land/x/grammy@v1.12.0/mod.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.