discord_reply_to_forum
Send a follow-up message inside an existing Discord forum post. Returns the new message ID.
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). |