BotMux can route messages between bots based on configurable rules.Documentation Index
Fetch the complete documentation index at: https://botmux-mintlify-api-updates-1776816558.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Condition Types
| Type | Description |
|---|---|
| Text match | Regex pattern matching on message text (case-insensitive) |
| User ID | Messages from a specific Telegram user |
| Chat ID | All messages from a specific chat/group |
| LLM | AI-based routing — describe the rule in natural language |
Actions
| Action | Description |
|---|---|
| Forward | Send message text as a new message via the target bot |
| Copy | Forward the original message preserving author attribution via forwardMessage |
| Drop | Silently ignore the message |