Skip to main content
Module

x/mtkruto/mod.ts>types.SecureValue

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

Constructors

new
SecureValue(params: { type: TypeSecureValueType; data?: TypeSecureData; frontSide?: TypeSecureFile; reverseSide?: TypeSecureFile; selfie?: TypeSecureFile; translation?: Array<TypeSecureFile>; files?: Array<TypeSecureFile>; plainData?: TypeSecurePlainData; hash: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
data: TypeSecureData
optional
files: Array<TypeSecureFile>
optional
frontSide: TypeSecureFile
hash: Uint8Array
optional
plainData: TypeSecurePlainData
optional
reverseSide: TypeSecureFile
optional
selfie: TypeSecureFile
optional
translation: Array<TypeSecureFile>

Static Properties

readonly
[paramDesc]: ParamDesc