Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountSendConfirmPhoneCode

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

Constructors

new
AccountSendConfirmPhoneCode(params: { hash: string; settings: types.TypeCodeSettings; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc