ashlynn/TBHFileSharingBotPublic · Bot Template

Share files quickly and securely with @TBHFileSharingBot. Send files up to 4 GB and receive instant sharing links for Telegram or direct sharing. With secure encryption, inline mode, and a simple workflow, sharing files from any Telegram chat is fast and effortless.

Utilityfile-sharinginline-modetelegram-linkschannel-storagedocumentsvideos
ProfileTelegram
11 commands0 envUpdated 2d agoCreated Sep 26, 2025
Back to folder

commands/_help.js

javascript · 38 lines

Raw
1/**#command2name: /help3answer: 4keyboard: 5parse_mode: 6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12const helpText = `*File Share Bot Help*13 14*How to use:*151. Send any file to the bot162. Get instant sharing links173. Share files easily via Telegram or direct links18 19*Commands:*20- \`/start\` - Start the bot21- \`/help\` - Show this help22- \`/about\` - About this bot23 24*Features:*25✅ Secure file encryption26✅ Multiple sharing methods27✅ Inline mode support28 29*File limits:*30- Up to 4GB per file31 32*Sharing methods:*331. **Telegram Link** - Share via Telegram342. **Inline Mode** - Quick sharing in chats35 36Type @${BOT_USERNAME} in any chat for inline sharing!`;37 38msg.reply(helpText);