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/_about.js

javascript · 31 lines

Raw
1/**#command2name: /about3answer: 4keyboard: 5parse_mode: 6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12const aboutText = `*About File Share Bot* ℹ️13 14🤖 **Version:** 2.0 TBL Edition15🛠️ **Language:** TBL (Tele Bot Lang)16📡 **Platform:** TeleBot Host17 18*Features:*19- File encryption & secure storage20- Multiple sharing formats21- Inline query support22- Channel-based storage system23- No database required24 25*Security:*26All files are encrypted using advanced cryptographic methods before storage. Your files are safe and secure.27 28*Developer:*29Ashlynn Repository.`;30 31msg.reply(aboutText);