import { FileManager } from "https://deno.land/x/mtkruto@0.6.3/client/2_file_manager.ts";
Methods
download(fileId: string, params?: DownloadParams)
downloadInner()
location: Api.InputFileLocation,
dcId: number,
params: DownloadParams | undefined,
getCustomEmojiStickers(id: string | string[])
getStickerSetName(inputStickerSet: Api.inputStickerSetID, hash?)
upload(): Promise<Api.InputFile>
file: FileSource,
params?: _UploadCommon,
checkName?: null | ((name: string) => string),
allowStream?,
Static Methods
validateChunkSize(chunkSize: number, max: number)
validateOffset(offset: number)