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_confirmPasswordEmail_

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

Verify an email to use as 2FA recovery method.

Constructors

new
account_confirmPasswordEmail_(params: { code: string; })

Properties

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

The phone code that was received after setting a recovery email

Static Properties

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