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_verifyPhone_

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

Verify a phone number for telegram passport.

Constructors

new
account_verifyPhone_(params: { phone_number: string; phone_code_hash: string; phone_code: string; })

Properties

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

Code received after the call to account.sendVerifyPhoneCode

phone_code_hash: string

Phone code hash received from the call to account.sendVerifyPhoneCode

phone_number: string

Phone number

Static Properties

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