Skip to main content
Module

x/mtkruto/mod.ts>types.InputDocumentFileLocation

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

Constructors

new
InputDocumentFileLocation(params: { id: bigint; accessHash: bigint; fileReference: Uint8Array; thumbSize: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
fileReference: Uint8Array
id: bigint
thumbSize: string

Static Properties

readonly
[paramDesc]: ParamDesc