pub async fn send_dm( client: &MoltbookClient, conversation_id: &str, message: Option<String>, needs_human: bool, ) -> Result<(), ApiError>
Sends a direct message in an established conversation.