Skip to main content
Module

x/mtkruto/mod.ts>types.AccountPasswordInputSettings

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.AccountPasswordInputSettings
import { types } from "https://deno.land/x/mtkruto@0.0.990/mod.ts";
const { AccountPasswordInputSettings } = types;

Constructors

new
AccountPasswordInputSettings(params?: { newAlgo?: TypePasswordKdfAlgo; newPasswordHash?: Uint8Array; hint?: string; email?: string; newSecureSettings?: TypeSecureSecretSettings; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
email: string
optional
hint: string
optional
newAlgo: TypePasswordKdfAlgo
optional
newPasswordHash: Uint8Array
optional
newSecureSettings: TypeSecureSecretSettings

Static Properties

readonly
[paramDesc]: ParamDesc