Skip to main content

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

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.

  1. Understand the overall integration path
  2. Create a Bot and complete basic configuration
  3. Determine whether your scenario is one-on-one chat or group chat
  4. For group chat, add the Bot to the target group
  5. Send your first message
  6. Configure and verify callbacks
  7. Dive into detailed API pages for integration testing