Skip to main content
Module

x/mtkruto/mod.ts>Handlers

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

Properties

optional
serverSaltReassigned: (newServerSalt: bigint) => void
optional
updates: (
updates: enums.Updates | enums.Update,
call: TLObject | null,
callback?: () => void,
) => void
optional
result: (result: ReadObject, callback: () => void) => void
optional
error: (err: unknown, source: ErrorSource) => void