Loading...
mutiro user message forward

Forward a message to another user or conversation

Synopsis

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]

Usage mutiro user message forward <message-id> <your-username> [flags]
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
Options
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
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro user message