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>auth_checkRecoveryPassword_

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

Check if the 2FA recovery code sent using auth.requestPasswordRecovery is valid, before passing it to auth.recoverPassword.

Constructors

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

Properties

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

Code received via email

Static Properties

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