Skip to main content
Module

x/mtkruto/mod.ts>types.InputSecureFileUploaded

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

Constructors

new
InputSecureFileUploaded(params: { id: bigint; parts: number; md5Checksum: string; fileHash: Uint8Array; secret: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
fileHash: Uint8Array
id: bigint
md5Checksum: string
parts: number
secret: Uint8Array

Static Properties

readonly
[paramDesc]: ParamDesc