Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/client/1_file_manager.ts>FileManager

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class FileManager
import { FileManager } from "https://deno.land/x/mtkruto@0.1.141/client/1_file_manager.ts";

Constructors

new
FileManager(c: C)

Methods

download(fileId: string, params?: DownloadParams)
getCustomEmojiDocuments(id: string | string[])
upload(contents: Uint8Array, params?: UploadParams)