Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountSendVerifyPhoneCode

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

Constructors

new
AccountSendVerifyPhoneCode(params: { phoneNumber: string; settings: types.TypeCodeSettings; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc