Skip to main content
Module

x/mtkruto/mod.ts>Handler

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface Handler
import { type Handler } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";

Type Parameters

optional
U extends Partial<Update> = Partial<Update>

Call Signatures

(update: U, next: () => Promise<void>): MaybePromise<void>