whatsapp-business-java-api icon indicating copy to clipboard operation
whatsapp-business-java-api copied to clipboard

API_VERSION = "v16.0" Not Working - Suggestion

Open gu1llermo opened this issue 1 year ago • 2 comments
trafficstars

Hello Mauricio, first of all, thank you for such excellent work with this api. I wanted to tell you that the current version of WhatsApp is 17 API_VERSION = "v17.0"; And your api stopped working because of that (you are using version 16), is there a way to include that version from the interface so that a consumer of your api can update it. something like WhatsappApiConfig.setApiVersion("v17.0");

Thank you

gu1llermo avatar Dec 22 '23 18:12 gu1llermo

Hello and welcome! We're glad to see that you've opened your first issue. We appreciate your contribution and would love to hear more about the problem you're experiencing. Our team is actively monitoring this repository and we will do our best to respond to your issue as soon as possible. Thank you for using our project and we look forward to working with you!

github-actions[bot] avatar Dec 22 '23 18:12 github-actions[bot]

Hello Mauricio, first of all, thank you for such excellent work with this api. I wanted to tell you that the current version of WhatsApp is 17 API_VERSION = "v17.0"; And your api stopped working because of that (you are using version 16), is there a way to include that version from the interface so that a consumer of your api can update it. something like WhatsappApiConfig.setApiVersion("v17.0");

Thank you

Hello @gu1llermo , I'm working on this improvement.

Bindambc avatar Jan 27 '24 15:01 Bindambc