-
Notifications
You must be signed in to change notification settings - Fork 28
Creating a new bot
Linus edited this page Jan 1, 2018
·
1 revision
Before you begin with creating your chatbot, you first need to start a new conversation with @BotFather in Telegram. We suggest using telegram web in the further steps because you'll need to copy and paste some information.
Once the BotFather was added, you may enter /newbot in order to create a new bot instance. Follow the given instructions.
Finally, you need to type /token for getting the bot token which connects TelegramChat with Telegram. Copy this token and paste it using the following command:
/telegram [token]
Example token:
/telegram 159179821:AAHY-tQ-JonUHG4h1iHCbER-iTzC_QB4Vg
Congratulations! Your bot is now ready to use. Simply add it to your conservations and begin receiving messages from Minecraft!