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

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

Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method upload.saveBigFilePart.

Constructors

new
InputEncryptedFileBigUploaded_(params: { id: bigint; parts: number; key_fingerprint: number; })

Properties

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

Random file id, created by the client

key_fingerprint: number

32-bit imprint of the key used to encrypt the file

parts: number

Number of saved parts

Static Properties

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