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_confirmPhone_

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

Confirm a phone number to cancel account deletion, for more info click here »

Constructors

new
account_confirmPhone_(params: { phone_code_hash: string; phone_code: string; })

Properties

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

SMS code, for more info click here »

phone_code_hash: string

Phone code hash, for more info click here »

Static Properties

__F: (params: { phone_code_hash: string; phone_code: string; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc