Skip to main content
Module

x/mtkruto/mod.ts>types.SecureValueErrorData

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

Constructors

new
SecureValueErrorData(params: { type: TypeSecureValueType; dataHash: Uint8Array; field: string; text: string; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc