Louuke / WhatsJava

Implementation of the WhatsApp Web API in Java
Apache License 2.0
37 stars 16 forks source link

Send Image Message #5

Closed isaacmorais closed 3 years ago

isaacmorais commented 3 years ago

Hi ! Do you have some example of how send Image ?

Louuke commented 3 years ago

Hey,

Sorry, there is no example for sending an image, because this function, like many other things, is not implemented. You could have a look at the Typescript Implementation Baileys to see how it works and implement it yourself in Java.

For now I will not work on it.

isaacmorais commented 3 years ago

Okay, thanks for the info. I liked your library and when this feature is available it will help a lot. I will try to verify the implementation of Baileys.