Skip to main content
Module

x/grm/mod.ts>client.QrCodeAuthParams

MTProto API Client for Deno 🦕
Latest
interface client.QrCodeAuthParams
Re-export
import { type client } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { QrCodeAuthParams } = client;

Properties

optional
qrCode: (qrCode: { token: Buffer; expires: number; }) => Promise<void>
onError: (err: Error) => Promise<boolean> | void