message_reply
Reply to a specific WhatsApp message by providing its ID, the chat ID, and the reply content. Sends the reply as a quoted response in the given session.
Instructions
[Message] Send a message as a reply
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | The chat id which contains the message | |
| content | No | The content of the message, can be a string or an object | |
| options | No | The message send options | |
| messageId | No | Unique WhatsApp identifier for the message | |
| sessionId | Yes | Unique identifier for the session (alphanumeric and - allowed) | |
| contentType | No | The type of message content, must be one of the following: string, MessageMedia, MessageMediaFromURL, Location, Contact or Poll |