Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>types.InputFileLocation

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.InputFileLocation
extends _TypeInputFileLocation
import { types } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { InputFileLocation } = types;

Constructors

new
InputFileLocation(params: { volumeId: bigint; localId: number; secret: bigint; fileReference: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
fileReference: Uint8Array
localId: number
secret: bigint
volumeId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc