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

x/mtkruto/tl/3_functions.ts>users_setSecureValueErrors_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class users_setSecureValueErrors_
extends Function_<boolean>
import { users_setSecureValueErrors_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Notify the user that the sent passport data contains some errors The user will not be able to re-submit their Passport data to you until the errors are fixed (the contents of the field for which you returned the error must change).

Constructors

new
users_setSecureValueErrors_(params: { id: enums.InputUser; errors: Array<enums.SecureValueError>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
errors: Array<enums.SecureValueError>

Errors

id: enums.InputUser

The user

Static Properties

__F: (params: { id: enums.InputUser; errors: Array<enums.SecureValueError>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc