Getting "reactions" on the channel's Object

Is there a way to get the number of NEW reactions (and any associated data) associated with a group channel? The same way GroupChannel as an unreadMessageCount attribute, i’d like to have an unseenReactionCount or similar…

Important to note that I do see reactions when the 2 users are actively chatting (via the channelHandlerConstructor.onReactionUpdated = (c, m) => {}) but we need this info even if the users are not both actively online.

I’m using:

"@sendbird/chat": "^4.9.6",
"@sendbird/uikit-react": "^3.6.5",

Hi @amit,

We do not currently track reactions in this manner and thus there is no way to get a list of “unread” reactions at the channel level. Taking a look around, I’m not sure I see any easy ways to achieve this information without having to query each individual channel. Obviously, this is not an ideal solution if you’re doing this in a channelList.