ShahriarAbidbd/SmartifyXBotPublic · Bot Template

Do Tasks Smartly with SmartifyX 😎

Utilitydownloaderyoutubeinstagramfacebookspoilercontent-protection
ProfileTelegram
25 commands2 envUpdated 1d agoCreated Jul 28, 2026
Back to folder

commands/menu_downloader.js

javascript · 29 lines

Raw
1/**#command2name: menu_downloader3answer: 4keyboard: 5parse_mode: 6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12Api.editMessageText({13  text: `*1. /yt:* Youtube Shorts Downloader14*2. /fb:* Facebook Reels Download15*3. /ig:* Instagram Reels Download16*4. /ytt:* Youtube Thumbnail Download`,17  chat_id: chat.id,18  message_id: request.message.message_id,19parse_mode: "markdown",20  reply_markup: {21    inline_keyboard: [22      [{23        text: "Back",24        callback_data: "main_menu",25        style: "danger"26      }]27    ]28  }29})