Skip to main content
Module

x/mtkruto/mod.ts>UpdateHandler

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias UpdateHandler
import { type UpdateHandler } from "https://deno.land/x/mtkruto@0.0.983/mod.ts";
definition: null | ((client: Client, update: types.TypeUpdate) => MaybePromise<void>)