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 |