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

x/mtkruto/client/client.ts>UpdatesHandler

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