We are using the following method to get unread message count.
CometChat.getUnreadMessageCountForAllGroups()
When we try to add the ‘hideMessagesFromBlockedUsers’ parameter
Angular says" Cannot find name ‘hideMessagesFromBlockedUsers’.ts(2304)"
CometChat version: “@cometchat-pro/cordova-ionic-chat”: “^2.3.1”,