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

x/mtkruto/client/5_client.ts>MiddlewareFn

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