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_sendChangePhoneCode_

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

Verify a new phone number to associate to the current account

Constructors

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

Properties

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

New phone number

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