Skip to main content
Module

x/mtkruto/mod.ts>types.WebDocument

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

Constructors

new
WebDocument(params: { url: string; accessHash: bigint; size: number; mimeType: string; attributes: Array<TypeDocumentAttribute>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
attributes: Array<TypeDocumentAttribute>
mimeType: string
size: number
url: string

Static Properties

readonly
[paramDesc]: ParamDesc