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

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

Document location (video, voice, audio, basically every type except photo)

Constructors

new
InputDocumentFileLocation_(params: { id: bigint; access_hash: bigint; file_reference: Uint8Array; thumb_size: string; })

Properties

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

access_hash parameter from the document constructor

file_reference: Uint8Array
id: bigint

Document ID

thumb_size: string

Thumbnail size to download the thumbnail

Static Properties

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