code-chat-br / whatsapp-api

CodeChat - WhatsApp Api
https://docs.codechat.dev
Apache License 2.0
659 stars 261 forks source link

enable quoted option in send message to reply a message #53

Closed rafaelsantana6 closed 1 year ago

rafaelsantana6 commented 1 year ago

This feature allows users to mention a message sending the original message as a parameter in options object.

jrCleber commented 1 year ago

Hello!

  1. You may receive the entire message;
  2. It may receive the key.id, if the store for the messages.upsert event is active;
  3. You can receive the _id of the message if the database is activated.

Adjust the code for this idea and the pull will be parsed and accepted.