Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>types.InputWebFileLocation

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.InputWebFileLocation
extends _TypeInputWebFileLocation
import { types } from "https://deno.land/x/mtkruto@0.1.102/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