whatsapp-business-java-api
whatsapp-business-java-api copied to clipboard
API_VERSION = "v16.0" Not Working - Suggestion
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 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!
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.