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

x/mtkruto/3_types.ts>FileSource

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias FileSource
Re-export
import { type FileSource } from "https://deno.land/x/mtkruto@0.1.157/3_types.ts";

Source to a file. Can be a file ID, a file path, URL, or a Uint8Array, unless otherwise noted.

definition: string | URL | Uint8Array