import { FileManager } from "https://deno.land/x/mtkruto@0.6.2/client/2_file_manager.ts";
Constructors
new
FileManager(c: C)Methods
download(fileId: string, params?: DownloadParams)
getCustomEmojiStickers(id: string | string[])
getStickerSetName(inputStickerSet: Api.inputStickerSetID, hash?)
upload(): Promise<Api.InputFile>
Static Methods
validateChunkSize(chunkSize: number, max: number)
validateOffset(offset: number)