Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/1_client_encrypted.ts>Handlers

Cross-runtime JavaScript library for building Telegram clients
Latest
interface Handlers
import { type Handlers } from "https://deno.land/x/mtkruto@0.2.24/client/1_client_encrypted.ts";

Properties

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