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

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

Secure settings

Constructors

new
SecureSecretSettings_(params: { secure_algo: enums.SecurePasswordKdfAlgo; secure_secret: Uint8Array; secure_secret_id: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
secure_algo: enums.SecurePasswordKdfAlgo

Secure KDF algo

secure_secret: Uint8Array

Secure secret

secure_secret_id: bigint

Secret ID

Static Properties

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