Update DM draft
update_dm_draftEdit DM draft: update text, media, recipient, or conversation. Null clears fields. Approved drafts reset to draft status.
Instructions
Edit a DM draft. Pass null to clear optional fields. Resets approved drafts back to draft status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | DM draft id. | |
| text | No | New message text. | |
| mediaPaths | No | One media path, or null to clear. | |
| recipientId | No | Recipient user id, or null to clear. | |
| conversationId | No | Conversation id, or null to clear. | |
| participantIds | No | Group participant ids, or null to clear. | |
| conversationType | No | Conversation type, or null to clear. | |
| recipientUsername | No | Recipient @handle, or null to clear. | |
| participantUsernames | No | Group @handles, or null to clear. |