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

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

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

Constructors

new
InputFileBig_(params: { id: bigint; parts: number; name: string; })

Properties

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

Random file id, created by the client

name: string

Full file name

parts: number

Number of parts saved

Static Properties

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