Configuring Commands
Commands are the most common way for users to interact with a Bot.
What a Typical Command Includes
- Command text, e.g.
/help - Command description
- Callback URL
- Group trigger mode
- Scope of effect
- Default reply content

Example Scenario
When a user sends /help @yourbot, TypeX delivers the matched result to your callback URL. Your server can then call the send message API to reply.
Tip: If you just want a quick feel for the flow, configure a default reply first, then add the server-side logic later. In one-on-one chat, you can send commands directly to experience the auto-reply.