Routing
Inter-Bot Routing
Route messages between bots based on configurable conditions
BotMux can route messages between bots based on configurable rules.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Route messages between bots based on configurable conditions
| 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 |
| 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 |
Was this page helpful?