Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>SecureValue_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class SecureValue_
extends _SecureValue_
import { SecureValue_ } from "https://deno.land/x/mtkruto@0.1.139/tl/2_types.ts";

Constructors

new
SecureValue_(params: { type: enums.SecureValueType; data?: enums.SecureData; front_side?: enums.SecureFile; reverse_side?: enums.SecureFile; selfie?: enums.SecureFile; translation?: Array<enums.SecureFile>; files?: Array<enums.SecureFile>; plain_data?: enums.SecurePlainData; hash: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
data: enums.SecureData
optional
files: Array<enums.SecureFile>
optional
front_side: enums.SecureFile
hash: Uint8Array
optional
plain_data: enums.SecurePlainData
optional
reverse_side: enums.SecureFile
optional
selfie: enums.SecureFile
optional
translation: Array<enums.SecureFile>
type: enums.SecureValueType

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc