Skip to main content
Module

x/mtkruto/mod.ts>types.SecureValueErrorFile

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

Constructors

new
SecureValueErrorFile(params: { type: TypeSecureValueType; fileHash: Uint8Array; text: string; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc