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

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

Sets new encrypted file saved by parts using upload.saveFilePart method.

Constructors

new
InputEncryptedFileUploaded_(params: { id: bigint; parts: number; md5_checksum: string; key_fingerprint: number; })

Properties

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

Random file ID created by client

key_fingerprint: number

32-bit fingerprint of the key used to encrypt a file

md5_checksum: string

In case md5-HASH of the (already encrypted) file was transmitted, file content will be checked prior to use

parts: number

Number of saved parts

Static Properties

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