Bindambc / whatsapp-business-java-api

Whatsapp business api SDK, written in java. This SDK implements the Official Whatsapp Cloud API and WhatsApp Business Management API. These allows you to: manage your WhatsApp Business Account assets, such as message templates and phone numbers; send messages to your contacts, such as simple text messages, messages with buttons...
https://bindambc.github.io/whatsapp-business-java-api/
MIT License
155 stars 74 forks source link

Unrecognized field "message_status" (class com.whatsapp.api.domain.messages.response.Message), #165

Closed khadimul8765 closed 4 months ago

khadimul8765 commented 7 months ago

Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "message_status" (class com.whatsapp.api.domain.messages.response.Message), not marked as ignorable (one known property: "id"]) at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 1, column: 195] (through reference chain: com.whatsapp.api.domain.messages.response.MessageResponse["messages"]->java.util.ArrayList[0]->com.whatsapp.api.domain.messages.response.Message["message_status"])

github-actions[bot] commented 7 months ago

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!

Bindambc commented 4 months ago

146