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

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

Secure telegram passport values were received

Constructors

new
MessageActionSecureValuesSentMe_(params: { values: Array<enums.SecureValue>; credentials: enums.SecureCredentialsEncrypted; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
credentials: enums.SecureCredentialsEncrypted

Encrypted credentials required to decrypt the data

values: Array<enums.SecureValue>

Vector with information about documents and other Telegram Passport elements that were shared with the bot

Static Properties

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