Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/client/1_composer.ts>MiddlewareFn

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias MiddlewareFn
import { type MiddlewareFn } from "https://deno.land/x/mtkruto@0.1.157/client/1_composer.ts";
definition: (ctx: C, next: NextFunction) => MaybePromise<unknown>