Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountConfirmPhone

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AccountConfirmPhone
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.100/mod.ts";
const { AccountConfirmPhone } = functions;

Constructors

new
AccountConfirmPhone(params: { phoneCodeHash: string; phoneCode: string; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc