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>SecureValueErrorReverseSide_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class SecureValueErrorReverseSide_
import { SecureValueErrorReverseSide_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.

Constructors

new
SecureValueErrorReverseSide_(params: { type: enums.SecureValueType; file_hash: Uint8Array; text: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
file_hash: Uint8Array

File hash

text: string

Error message

type: enums.SecureValueType

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc