Skip to main content
Module

x/mtkruto/mod.ts>types.InputPhotoLegacyFileLocation

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

Constructors

new
InputPhotoLegacyFileLocation(params: { id: bigint; accessHash: bigint; fileReference: Uint8Array; volumeId: bigint; localId: number; secret: bigint; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc