Replies: 1 comment
-
@aldinokemal I'm very, very sorry for interrupting you. But I really need information about this. I have searched all available docs but I cant find related information. I found that the service is extracting media via webhook, but I need it via a GET request |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I've only just started using this project, but I find it helpful. So, I have two questions.
First, when I retrieve chat messages from
/chat/:chat_jid/messages
, I'm getting images/files/etc as URLs to WhatsApp, likehttps://mmg.whatsapp.net/o1
. So, how to display it on my web app through an img tag? Because URL returnsfile.enc
.Second, when I send images/files/etc they appear like
🖼️ Image
. How to avoid this behaviour, I want to retrieve it like from the endpoint from the previous question.Beta Was this translation helpful? Give feedback.
All reactions