Skip to main content
Module

x/mtkruto/mod.ts>types.InputWebFileLocation

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

Constructors

new
InputWebFileLocation(params: { url: string; accessHash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
url: string

Static Properties

readonly
[paramDesc]: ParamDesc