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

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

DEPRECATED location of a photo

Constructors

new
InputFileLocation_(params: { volume_id: bigint; local_id: number; secret: bigint; file_reference: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
file_reference: Uint8Array
local_id: number

File identifier

secret: bigint

Check sum to access the file

volume_id: bigint

Server volume

Static Properties

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