class types.Document extends _TypeDocumentimport { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; const { Document } = types; ConstructorsnewDocument(params: { id: bigint; accessHash: bigint; fileReference: Uint8Array; date: number; mimeType: string; size: bigint; thumbs?: Array<TypePhotoSize>; videoThumbs?: Array<TypeVideoSize>; dcId: number; attributes: Array<TypeDocumentAttribute>; })Propertiesprotectedreadonly[id]protectedreadonly[params]: ParamsaccessHash: bigintattributes: Array<TypeDocumentAttribute>date: numberdcId: numberfileReference: Uint8Arrayid: bigintmimeType: stringsize: bigintoptionalthumbs: Array<TypePhotoSize>optionalvideoThumbs: Array<TypeVideoSize>Static Propertiesreadonly[paramDesc]: ParamDesc