Update DM draft
update_dm_draftModify an X DM draft by changing its text, recipient, media, or conversation settings. Set optional fields to null to clear them; editing an approved draft resets it 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. |