Forward a message to another user or conversation
Forward an existing message to another user or conversation.
You can forward to:
- Username (e.g., "alice") - forwards to direct conversation with that user
- Conversation ID (using --conversation-id flag) - forwards to existing conversation
Optionally add a comment that will appear before the forwarded content.
Examples:
Forward a message to alice
mutiro user message forward msg_123 alice
Forward with a comment
mutiro user message forward msg_123 alice --comment "FYI"
Forward to a group conversation
mutiro user message forward msg_123 --conversation-id conv_456
Output JSON response
mutiro user message forward msg_123 alice --json
mutiro user message forward <message-id> <your-username> [flags]
Forward a message to alice
Forward with a comment
Forward to a group conversation
Output JSON response
| Flag | Type | Description |
|---|---|---|
| --comment | string | Optional comment to prepend |
| --conversation-id | string | Forward to conversation ID instead of username |
| -h, --help | bool | help for forward |
| --json | bool | Output result as JSON |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |