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

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

Encrypted file.

Constructors

new
EncryptedFile_(params: { id: bigint; access_hash: bigint; size: bigint; dc_id: number; key_fingerprint: number; })

Properties

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

Checking sum depending on user ID

dc_id: number

Number of data center

id: bigint

File ID

key_fingerprint: number

32-bit fingerprint of key used for file encryption

size: bigint

File size in bytes

Static Properties

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