Skip to main content
Module

x/mtkruto/mod.ts>functions.AuthCancelCode

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AuthCancelCode
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.0.990/mod.ts";
const { AuthCancelCode } = functions;

Constructors

new
AuthCancelCode(params: { phoneNumber: string; phoneCodeHash: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
phoneCodeHash: string
phoneNumber: string

Static Properties

readonly
[paramDesc]: ParamDesc