send_reply
Send a quoted text reply to a previous message in a WhatsApp chat. Specify the quoted message ID and optional original sender JID for groups.
Instructions
Send a text message that visibly quotes a previous message; recipients see the new text with the quoted message attached. Reversible via delete_message (revoke) or edit_message (correct text). Use send_message for a fresh non-quoting message and send_reaction for an emoji acknowledgement. Returns the plain-text string Reply sent on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | reply text body | |
| chat_jid | Yes | WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us` | |
| target_message_id | Yes | WhatsApp message ID of the message being quoted (use `message_id` from list_messages) | |
| target_sender_jid | No | JID of the quoted message's original sender; required in group chats, omit in 1:1 chats (WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us`) |