Skip to main content
Module

x/mtkruto/mod.ts>types.EncryptedFile

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

Constructors

new
EncryptedFile(params: { id: bigint; accessHash: bigint; size: bigint; dcId: number; keyFingerprint: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
dcId: number
id: bigint
keyFingerprint: number
size: bigint

Static Properties

readonly
[paramDesc]: ParamDesc