Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 228 Bytes

telegram-downloader

Download Telegram files from public channels

usage

var tgDownloader = require("./index.js");
await tgDownloader.download(TELEGRAM_LINK,DESTINATION_DIRECTORY);
console.log("Download complete");