class functions.UploadSaveBigFilePart extends Function<boolean>import { functions } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; const { UploadSaveBigFilePart } = functions; ConstructorsnewUploadSaveBigFilePart(params: { fileId: bigint; filePart: number; fileTotalParts: number; bytes: Uint8Array; })Propertiesprotectedreadonly[id]protectedreadonly[params]: Paramsbytes: Uint8ArrayfileId: bigintfilePart: numberfileTotalParts: numberStatic Propertiesreadonly[paramDesc]: ParamDesc