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

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

Secure passport file, for more info see the passport docs »

Constructors

new
SecureFile_(params: { id: bigint; access_hash: bigint; size: bigint; dc_id: number; date: number; file_hash: Uint8Array; secret: Uint8Array; })

Properties

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

Access hash

date: number

Date of upload

dc_id: number

DC ID

file_hash: Uint8Array

File hash

id: bigint

ID

secret: Uint8Array

Secret

size: bigint

File size

Static Properties

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