Skip to main content
Module

x/grm/mod.ts>QrCodeAuthParams

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

Properties

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