Forward message
forward_messageForward a message from any channel to another, sending the original as a quoted snapshot, with an optional note posted just before.
Instructions
Forward a message from one channel into another, the way the Discord client's forward does: the original travels along as a quoted snapshot. Works across channels in the server. An optional note is posted as its own message just before the forward, since Discord does not allow text on the forward itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| channel | Yes | Channel to forward the message into (name or ID). | |
| content | No | Optional note, posted as a separate message just before the forward. | |
| message_id | Yes | ID of the message to forward. | |
| from_channel | Yes | Channel the message is currently in (name or ID). |