update_thread_reply
Modifies the body of an existing reply in a thread. Provide the channel, message, and reply IDs along with the updated text.
Instructions
Update a thread reply. Only the body can be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | a string that will be trimmed | |
| channel | Yes | a string that will be trimmed | |
| replyId | Yes | a string that will be trimmed | |
| messageId | Yes | a string that will be trimmed |