Skip to main content
Module

x/mtkruto/mod.ts>tl.types.SecureValueHash

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

Constructors

new
SecureValueHash(params: { type: TypeSecureValueType; hash: Uint8Array; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc