Telegram Bot
A Telegram bot is a type of account provided by Telegram for automated operations. It can perform tasks such as sending and receiving messages, just like a regular account, through the use of APIs.
How to Obtain a Telegram Bot
- Click on the link to open the bot creation page, or search for the account @BotFather on Telegram.
- Click on Menu -> Create a new bot to create a new bot.
- Enter the bot's username according to the prompts. Note that the bot's username can only consist of English letters and underscores, and must end with "bot".
- After the bot is created, the corresponding bot configuration will be returned, including the API TOKEN.
- The Telegram bot is now successfully created, and the API TOKEN has been obtained.
Integrating the Telegram Bot with Chat-Line
- Enter the website backend and click on Platform Integration / Integrate Account.
- Copy the Telegram bot's API TOKEN obtained in the previous step.
- Fill in the API TOKEN in the input field.
- Click "Confirm" and wait for the system to complete the configuration.