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

x/mtkruto/client/client.ts>UpdatesHandler

An attempt to write a Deno-native MTProto client
Go to Latest
type alias UpdatesHandler
import { type UpdatesHandler } from "https://deno.land/x/mtkruto@0.0.62/client/client.ts";
definition: null | ((client: Client, update: Updates) => MaybePromise<void>)