Skip to main content
Module

x/mtkruto/mod.ts>types.SecureValueError

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

Constructors

new
SecureValueError(params: { type: TypeSecureValueType; hash: Uint8Array; text: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
hash: Uint8Array
text: string
type: TypeSecureValueType

Static Properties

readonly
[paramDesc]: ParamDesc