discord_reply_dm
Reply to a specific message in a DM conversation, attaching a quoted reference to the original. Returns the new reply's message ID.
Instructions
Reply to a specific message in a DM, attaching a quoted reply reference. Unlike the edit/delete DM tools, this works on any message in the conversation (the bot's or the user's). Use discord_send_dm for a standalone DM with no reference. Returns the new reply's message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Discord user ID (snowflake) of the DM recipient. | |
| message_id | Yes | ID of the target message within the DM conversation. | |
| content | Yes | Plain-text body of the reply (max 2000 characters). |