Skip to main content

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

  1. Click on the link to open the bot creation page, or search for the account @BotFather on Telegram. BotFather
  2. Click on Menu -> Create a new bot to create a new bot. CreateNewBot
  3. 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". InputBotUsername
  4. After the bot is created, the corresponding bot configuration will be returned, including the API TOKEN. TgBotApiToken
  5. The Telegram bot is now successfully created, and the API TOKEN has been obtained.

Integrating the Telegram Bot with Chat-Line

  1. Enter the website backend and click on Platform Integration / Integrate Account. 集成Tg机器人
  2. Copy the Telegram bot's API TOKEN obtained in the previous step.
  3. Fill in the API TOKEN in the input field.
  4. Click "Confirm" and wait for the system to complete the configuration.