-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send image using yours API? #39
Comments
You can send the images (to a server) using the What's your use-case? |
Your api is amazing :D . I need to send an image to whatsapp automatically whenever a user sends me a message. |
Oh, you want to send a message to a contact? I have been trying to implement that but with no success... So for now image sending is unfortunately not supported 🙁 Sorry! |
I found a way to send the location. But I'm looking for how to send images: /
|
What is this base64 string representating?
How is it parsed? |
This is any base64. You just need to replace b.lat = 0; b.lng = 0; Ex: b.lat = 40.952788; b.lng = -74.7597434; |
This catches the active chat. Just select the chat you want to send the location to. :) |
Have you tried to create a message with type |
I tried but to no avail. 😄 |
Any updates with that? I haven't really succeeded and wanted to see if you did |
No description provided.
The text was updated successfully, but these errors were encountered: