Skip to main content
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.1.117/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