discord_reply_message
Reply to a specific message in a Discord channel or thread, attaching a reply reference that displays as a threaded reply. Requires Send Messages permission and returns the new reply's message ID.
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 |
|---|---|---|---|
| content | Yes | Plain-text body of the reply (max 2000 characters). | |
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to reply to. |