-
Notifications
You must be signed in to change notification settings - Fork 201
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
issue with TemplateMessage when sending titleImage or titleVideo #227
Comments
Can you show me the code you are using? |
hello check below code
|
Can you please try to remove the caption inside the image message? |
yes i already tested it with out caption but same problem . |
So i just checked your code and you are using the wrong builder. This is how your code should look like my ci test: |
Hello for normal button its working . but looking for HydratedTemplateButton which can not be used with |
https://github.com/Auties00/Whatsapp4j/blob/b73a8beb385216b8a3aa81c82f45c451ffc6c792/src/test/java/it/auties/whatsapp/test/RunCITest.java#L828 |
I've pushed 3.2.0, you can test it @bhavesh53 |
Hello, still same problem .
|
Can you try to add a footer? |
not worked . |
got problem . check below .
Normal Button (Working)
not encrypted while using template button |
I'll fix it |
Can you show me your full code though? |
With Template : (not working)
With Button :(working )
|
tracking in #239 |
Hello,
Auties .great work .
i have issue below cases with TemplateMessage .
1.) sending titleText --> Working fine in both web and phone
2.) sending titleImage -->No image received in phone(other part received). Received only thumbnail in web
3.) sending titleVideo -->No video received in phone. Received only thumbnail in web.
Mobile:
![mobiletest (Phone)](https://user-images.githubusercontent.com/1794741/225227660-b1b2e6bd-1141-4d9b-be44-05f62ac9a842.jpeg)
Web:
![chrome_JojZAJL5cC](https://user-images.githubusercontent.com/1794741/225227280-a4fa8503-0739-48c8-90de-8606d095531d.png)
The text was updated successfully, but these errors were encountered: