wppconnect-server icon indicating copy to clipboard operation
wppconnect-server copied to clipboard

Is it possible to get older WhatsApp messages?

Open alexolmait opened this issue 1 year ago • 1 comments

Is it possible to get older WhatsApp messages? - that appear after pressing the button “Click here to get older messages from your phone.”

alexolmait avatar Sep 07 '23 06:09 alexolmait

I thin this features it still not yet implemented by team, you need to manage that in a database : mongodb for example

mitnick2012 avatar Sep 29 '23 15:09 mitnick2012

It's only possible to get "older" messages not read.

Adjust your config.ts to: webhook -> readMessage: false,

Then use the method: /api/{session}/unread-messages

gitdedc avatar May 07 '24 18:05 gitdedc