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_getPasswordSettings_

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

Get private info associated to the password info (recovery email, telegram passport info & so on)

Constructors

new
account_getPasswordSettings_(params: { password: enums.InputCheckPasswordSRP; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
password: enums.InputCheckPasswordSRP

The password (see SRP)

Static Properties

__F: (params: { password: enums.InputCheckPasswordSRP; }) => enums.account.PasswordSettings
readonly
[name]: string
readonly
[paramDesc]: ParamDesc