Tutorial
Breakdown
Here is a breakdown of the steps from the tutorial1
Go to @BotFather
Open the Telegram app and search for the user @BotFather. This is the official bot for managing all Telegram bots.
2
Press Start
Start a chat with BotFather by clicking on the
Start button.3
Enter /newbot command and press Enter
4
Follow the instructions to set a name and username for your bot
- The name can be anything you like.
- The username must end in
bot. For example:my_supastore_bot.
5
Save Bot Token
Once you’ve set the name and username, BotFather will provide you with an API token. Save this token as you’ll need it to connect your bot to your application.