aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
581 stars 245 forks source link

Updated quotedMessage to include original message ID for correlation #112

Closed tcreswick closed 8 months ago

tcreswick commented 9 months ago

I've updated this to include the message context when the incoming message is a reply. This means that the message ID of the message being replied-to is included, which is very helpful (otherwise there is no way to correlate a specific message).

In my application, I send a series of messages to the user, and save the corresponding message ID after sending. When the user replies to a specific message, I am able to reference the correlated ID and my application can then handle that in context.