Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountChangePhone

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AccountChangePhone
import { functions } from "https://deno.land/x/mtkruto@0.0.980/mod.ts";
const { AccountChangePhone } = functions;

Constructors

new
AccountChangePhone(params: { phoneNumber: string; phoneCodeHash: string; phoneCode: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
phoneCode: string
phoneCodeHash: string
phoneNumber: string

Static Properties

readonly
[paramDesc]: ParamDesc