Initialize a Telegram Connection
To use the Telegram integration, you'll need to create a Telegram bot using the BotFather - Telegram's official bot for creating and managing bots.
Prerequisites
- Telegram Account
- Telegram bot: Follow the steps below to create a bot
Create a Telegram Bot via BotFather
-
Open Telegram and search for @BotFather (the official bot for creating and managing Telegram bots).
-
Start a conversation with BotFather by sending
/start. -
Create a new bot by sending the
/newbotcommand. -
BotFather will ask you to choose a name for your bot. This is the display name that users will see.
Example:
AutoKitteh Assistant -
Next, choose a username for your bot.
Example:
autokitteh_assistant_bot -
Once your bot is created successfully, BotFather will send you a message containing your bot token. This token looks like:
1234567890:ABCdefGHIjklMNOpqrsTUVwxyz -
Save this token securely. You'll need it to initialize the connection in AutoKitteh.