Reply to a specific message
Reply to a specific message by its ID.
The reply will be sent to the same conversation as the original message and will be linked as a reply for threading.
Examples:
Reply to a message
mutiro user message reply msg_abc123 "Thanks for the info!"
Reply with a longer message
mutiro user message reply msg_xyz789 "I agree with your point.
Let's discuss this further."
mutiro user message reply <message-id> <text> [flags]
Reply to a message
Reply with a longer message
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for reply |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |