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

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

Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.

Constructors

new
SecureValueErrorData_(params: { type: enums.SecureValueType; data_hash: Uint8Array; field: string; text: string; })

Properties

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

Data hash

field: string

Name of the data field which has the error

text: string

Error message

type: enums.SecureValueType

Static Properties

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