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

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

Uploaded secure file, for more info see the passport docs »

Constructors

new
InputSecureFileUploaded_(params: { id: bigint; parts: number; md5_checksum: string; file_hash: Uint8Array; secret: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
file_hash: Uint8Array

File hash

id: bigint

Secure file ID

md5_checksum: string

MD5 hash of encrypted uploaded file, to be checked server-side

parts: number

Secure file part count

secret: Uint8Array

Secret

Static Properties

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