Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>auth_PasswordRecovery_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class auth_PasswordRecovery_
import { auth_PasswordRecovery_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Recovery info of a 2FA password, only for accounts with a recovery email configured.

Constructors

new
auth_PasswordRecovery_(params: { email_pattern: string; })

Properties

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

The email to which the recovery code was sent must match this pattern.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc