Shahriyaahh/downloader_69RobotPublic · Bot Template

🎬 Universal Downloader Bot is a fast and easy-to-use Telegram bot that lets you download videos from Facebook, Instagram, and YouTube with a single command. Simply send "/dl <video_link>", and the bot will fetch the video for you in seconds.

Utilitydownloadervideofacebookinstagramyoutubeping
ProfileTelegram
9 commands0 envUpdated 26d agoCreated Aug 6, 2026
Back to folder

commands/_help.js

javascript · 34 lines

Raw
1/**#command2name: /help3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12Api.sendMessage({13  chat_id: chat.id,14  text: `╭━━━「 <b>📖 HELP</b> 」━━━╮15 16📥 <b>Supported</b>17◈ Facebook18◈ Instagram19◈ YouTube20 21━━━━━━━━━━━━22 23⚡ <b>Usage</b>24<code>/dl your_video_link</code>25 26💡 <b>Example</b>27<code>/dl https://youtu.be/xxxxx</code>28 29━━━━━━━━━━━━30 31❔ Stuck? Use a <b>public link</b>.`,32  parse_mode: "HTML",33  disable_web_page_preview: true34});