Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/client/0_utilities.ts>FileSource

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias FileSource
import { type FileSource } from "https://deno.land/x/mtkruto@0.1.139/client/0_utilities.ts";

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

definition: string | URL | Uint8Array