discord_reply_to_forum
Post a reply to a Discord forum thread using thread ID and plain-text content. Returns the ID of the newly created message.
Instructions
Post a follow-up message inside an existing forum post (thread). Requires the Send Messages permission. Use discord_create_forum_post to start a new post instead. Returns the new message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ID (snowflake) of the forum post (thread) to reply in. | |
| content | Yes | Plain-text body of the reply (max 2000 characters). |