[Feature Request][ALL]: Mark All Unread Messages as Read Without Message ID #783
Labels
engine:ALL
Related to all engines or basic mechanisms
engine:NOWEB
enhancement
New feature or request
patron:PLUS
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have multiple unread messages across different chats in the NOWEB WhatsApp API, and I need to mark them as read one by one by passing individual message IDs. This process is time-consuming and inefficient, especially when handling a large number of unread messages.
Describe the solution you'd like
I would like an API that allows us to mark all unread messages from all chats as read in one go, without requiring message IDs. This will help streamline message management and reduce the complexity of handling unread messages in bulk.
Describe alternatives you've considered
One alternative is to first fetch all unread messages using an API and then loop through them to mark each one as read using the existing method. However, this is not an efficient solution because it requires multiple API calls, increasing the processing time and server load.
Additional context
This feature will be useful for businesses and developers managing high volumes of messages
The text was updated successfully, but these errors were encountered: