Step 1: Create a Bot on Telegram
Before using Bots Limited, you need to create a bot on Telegram and get a Bot Token.1
Open BotFather
Search for
@BotFather on Telegram and start a chat.2
Create New Bot
Send the command
/newbot and follow the instructions. Provide a display name and a username for your bot.3
Copy the Token
Once created, BotFather will give you an API Token (e.g.,
123456789:ABCdefGHIjklMNOpqrSTUvwxYZ). Copy this token.Step 2: Add Bot to Bots Limited
Now that you have your token, you can add it to the platform.1
Login to Bots Limited
Go to the Bots Limited Dashboard and log in to your account.
2
Add New Bot
Click on the “Create New Bot” button and paste the token you got from BotFather.
3
Start Coding
Click on your bot in the dashboard to open the Code Editor.
Step 3: Write Your First Command
By default, every bot should have a/start command.
- In the Editor, create a new command and name it
/start. - Enter the following BLP (Python) code:
- Save the command.
- Open your bot on Telegram and click START. Your bot will instantly reply!
What’s Next?
Congratulations, your bot is live! There’s a lot more you can do with Bots Limited.- Learn how to structure complex Commands.
- Understand the BLP Syntax constraints and features.
- Explore the Core Libraries to send media, buttons, and more.