How to get all conversations data? #422
Unanswered
ghafarizar
asked this question in
WhatsApp protocol Q&A
Replies: 1 comment
-
The conversations are pushed by the server during logon. I am using it here. As far as I know, there is no way to request more data for a specific conversation. Even the official WhatsApp Web interface has the same limitation: It shows a message "Use WhatsApp on your phone to see earlier messages". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As title explained, how can I get all conversations from a number?
https://pkg.go.dev/go.mau.fi/whatsmeow#Client.ParseWebMessage
I know this link explained them, but still i cannot figure out how.
like, where is 'conv' come from? and whats historyMsg is?
Beta Was this translation helpful? Give feedback.
All reactions