class types.Document
extends _TypeDocument
import { types } from "https://deno.land/x/mtkruto@0.0.998/2_tl.ts";
const { Document } = types;
Constructors
new
Document(params: { id: bigint; accessHash: bigint; fileReference: Uint8Array; date: number; mimeType: string; size: bigint; thumbs?: Array<TypePhotoSize>; videoThumbs?: Array<TypeVideoSize>; dcId: number; attributes: Array<TypeDocumentAttribute>; })Properties
protected
readonly
[params]: Paramsattributes: Array<TypeDocumentAttribute>
optional
thumbs: Array<TypePhotoSize>optional
videoThumbs: Array<TypeVideoSize>Static Properties
readonly
[paramDesc]: ParamDesc