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

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

Settings for setting up a new password

Constructors

new
account_PasswordInputSettings_(params?: { new_algo?: enums.PasswordKdfAlgo; new_password_hash?: Uint8Array; hint?: string; email?: string; new_secure_settings?: enums.SecureSecretSettings; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
email: string

Password recovery email

optional
hint: string

Text hint for the password

optional
new_algo: enums.PasswordKdfAlgo

The SRP algorithm to use

optional
new_password_hash: Uint8Array
optional
new_secure_settings: enums.SecureSecretSettings

Telegram passport settings

Static Properties

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