We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
I can send text using n.rpc.yowsup.send(type="simple", body="This is a test Message!", address="91XXXXXXX")
I try n.rpc.yowsup.send(type="image", body="/root/test/space.jpg", address="91XXXXXXX") it returns True but do not deliver image.
The text was updated successfully, but these errors were encountered:
Hello prajeshmadhavi ,
Actually this functionality is not working correctly. Feel free to improve it
Greetings Elias
Sorry, something went wrong.
That would be nice, but currently the media upload seems to be broken. tgalal/yowsup#2149 If this is solved we could go ahead.
https://github.com/AragurDEV/yowsup/ Use this repo to send images.
No branches or pull requests
how to send image?
I can send text using n.rpc.yowsup.send(type="simple", body="This is a test Message!", address="91XXXXXXX")
I try n.rpc.yowsup.send(type="image", body="/root/test/space.jpg", address="91XXXXXXX") it returns True but do not deliver image.
The text was updated successfully, but these errors were encountered: