Skip to main content
Module

x/mtkruto/mod.ts>types.SecureFile

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.SecureFile
import { types } from "https://deno.land/x/mtkruto@0.0.995/mod.ts";
const { SecureFile } = types;

Constructors

new
SecureFile(params: { id: bigint; accessHash: bigint; size: bigint; dcId: number; date: number; fileHash: Uint8Array; secret: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
date: number
dcId: number
fileHash: Uint8Array
id: bigint
secret: Uint8Array
size: bigint

Static Properties

readonly
[paramDesc]: ParamDesc