Skip to content

Getting Started

This guide explains how to create and run your first Telegram bot using TeleBotHost.

1. Open TeleBotHost

Go to the official website. console.telebothost.com/

2. Login or Signup

• Log in to your account
• Or create a new account if you are new

After login, you will see the dashboard.

3: Create a Telegram Bot

  1. Open Telegram
  2. Search for @BotFather
  3. Send /newbot
  4. Set a bot name and username
  5. Copy the bot token provided

4. Add Bot on TeleBotHost

  1. Open the TeleBotHost dashboard
  2. Click Add Bot
  3. Paste your bot token
  4. Click Create

Your bot will be added to the list.

5. Open Bot Panel

Click on your bot from the dashboard to open its management panel.

From here you can: • Add commands
• Write TBL code
• Start or stop the bot

6. Start the Bot

Click Launch Bot to start your bot.

Your bot is now online and ready to respond on Telegram.

7. Add Your First Command

  1. Open the Commands section
  2. Add a command like /start
  3. Save the command

Test it by sending /start to your bot on Telegram.

Tutorial

For a complete step-by-step walkthrough with screenshots, see the official tutorial:

telebothost.com/tutorials/adding-first-bot