Quick Start Guide
Get your first Telegram bot up and running in just 5 minutes. No coding required.
Create Your BotLaunch Account
Head to the BotLaunch panel and create your account. You can sign up with email or use OAuth providers.
Make sure to verify your email address to unlock all features.
Create a Telegram Bot
Open Telegram and search for @BotFather. Send the following command to create a new bot:
/newbotFollow BotFather's instructions:
- Choose a name for your bot (e.g., "My Community Bot")
- Choose a username ending in "bot" (e.g., "my_community_bot")
- Copy the API token you receive
Your token will look like this:
1234567890:ABCdefGHIjklMNOpqrSTUvwxYZConnect Your Bot to BotLaunch
In the BotLaunch dashboard, go to Bots and click Add New Bot.
BotLaunch will automatically configure webhooks and start listening for messages.
Add Bot to Your Telegram Group
Add your bot to a Telegram group where you want it to operate:
- Open your Telegram group
- Go to Group Settings → Add Members
- Search for your bot's username
- Make the bot an admin for full functionality
The bot needs admin permissions to delete messages, ban users, and access member lists.
Enable Your First Module
Back in the BotLaunch dashboard, configure your bot's features:
Welcome Messages
Greet new members automatically
Anti-Spam
Protect against spam and bots
Toggle modules on/off and customize their settings to match your needs.
Congratulations!
Your bot is now live and managing your Telegram group. You can continue to explore more modules and customize your bot's behavior from the dashboard.