Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/mod.ts>types.SecureCredentialsEncrypted

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

Constructors

new
SecureCredentialsEncrypted(params: { data: Uint8Array; hash: Uint8Array; secret: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
data: Uint8Array
hash: Uint8Array
secret: Uint8Array

Static Properties

readonly
[paramDesc]: ParamDesc