Overview
TypeX Bot helps you automatically respond to messages, execute commands, send content, and integrate with one-on-one chats, group chats, or business systems within TypeX. You can complete basic configuration through the official console, or extend automation capabilities through the open API.
What This Documentation Covers
Overview— Quickly understand the integration path, environment preparation, and key terminologyConsole— Create, configure, and manage your Bot in the consoleOpen API— Send messages, handle files, and integrate callbacks
Where Should You Start?
First Time Using TypeX Bot
Start with the Overview section to understand the integration sequence, required environment, and key concepts.
Focused on Console Configuration
If your task is to create a Bot, configure commands, or join a group, start with the Console section.
Focused on Server-Side Integration
If you need to handle authentication, send messages, process callbacks, or download files, go directly to the Open API section.
Recommended Reading Order
- Understand the overall integration path
- Create a Bot and complete basic configuration
- Determine whether your scenario is one-on-one chat or group chat
- For group chat, add the Bot to the target group
- Send your first message
- Configure and verify callbacks
- Dive into detailed API pages for integration testing