Creating a Telegram chatbot is a powerful way to automate customer interactions, handle queries, and streamline your business processes. In this guide, we’ll walk you through a simple method to set up your telegram chatbot.
Step 1: Upload bot.php to Your ServerThe first step is to place your bot handler file on your server:
- Download
bot.zip, unzip it.
- Upload the bot.php file to your public_html directory.
- Update Database details in bot.php file.
Ensure the file is accessible via your domain.
For example: https://YOUR_DOMAIN/bot.php
Step 2: Get a Telegram Chatbot ServiceTo simplify the process, you can use a ready-made chatbot solution.
You can purchase a
Telegram chatbot service from DV Group, which provides:
- Pre-configured bot setup
- Easy API integrations
- Custom automation flows
This saves time and avoids complex manual coding.
Step 3: Setup Bot in Telegram Panel1. Login to the the Telegram panel purchased from DV Group.
2. Go to Configure Bot.
3. Enter Bot Token got.
Step 4: Configure API ForwarderNow comes the most important part—connecting Telegram to your server.
Setup Instructions:- Open your bot management panel (provided by your chatbot service).
- Navigate to the
Chatbot Flows- Select API Forwarder.
a. Enter your bot URL:
https://YOUR_DOMAIN_NAME/bot.phpb. Select POST
c. Enter any message like "I didn't get you. Please try again."
d. Save the configuration.

Step 5: Testing- Send hi to your bot on Telegram.