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

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

Location of encrypted telegram passport file.

Constructors

new
InputSecureFileLocation_(params: { id: bigint; access_hash: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
access_hash: bigint

Checksum, access_hash parameter value from secureFile

id: bigint

File ID, id parameter value from secureFile

Static Properties

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