discord_reply_message
Reply to a specific Discord message, attaching a reply reference for threaded display. Requires Send Messages permission.
Instructions
Reply to a specific message, attaching a reply reference so clients show it as a threaded reply. Use discord_send_message for a standalone message with no reference. Requires the Send Messages permission. Returns the new reply's message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to reply to. | |
| content | Yes | Plain-text body of the reply (max 2000 characters). |