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

x/mtkruto/tl/3_functions.ts>account_sendConfirmPhoneCode_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_sendConfirmPhoneCode_
extends Function_<enums.auth.SentCode>
import { account_sendConfirmPhoneCode_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Send confirmation code to cancel account deletion, for more info click here »

Constructors

new
account_sendConfirmPhoneCode_(params: { hash: string; settings: enums.CodeSettings; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
hash: string

The hash from the service notification, for more info click here »

settings: enums.CodeSettings

Phone code settings

Static Properties

__F: (params: { hash: string; settings: enums.CodeSettings; }) => enums.auth.SentCode
readonly
[name]: string
readonly
[paramDesc]: ParamDesc