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

x/mtkruto/mod.ts>functions.AuthSendCode

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

Constructors

new
AuthSendCode(params: { phoneNumber: string; apiId: number; apiHash: string; settings: types.TypeCodeSettings; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
apiHash: string
apiId: number
phoneNumber: string
settings: types.TypeCodeSettings

Static Properties

readonly
[paramDesc]: ParamDesc