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_sendVerifyPhoneCode_

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

Send the verification phone code for telegram passport.

Constructors

new
account_sendVerifyPhoneCode_(params: { phone_number: string; settings: enums.CodeSettings; })

Properties

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

The phone number to verify

settings: enums.CodeSettings

Phone code settings

Static Properties

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