ConnectyCube / connectycube-flutter-samples

Code samples for Flutter, based on ConnectyCube platform
https://developers.connectycube.com/flutter/
Apache License 2.0
85 stars 90 forks source link

Get unread count based on user #315

Closed divya-BV closed 2 weeks ago

divya-BV commented 1 year ago

Hi @TatankaConCube ,

I can retrieve the I want to get the total unread count of the chat based on user login. Do we have any api for the same?.

Please let me know,

TatankaConCube commented 1 year ago

What do you exactly need? This API allows you to get the unread messages count. As result you will receive the map where the key is the 'dialogId' and the value is the unread messages count in this dialog (unread by the current user), also this map contains the key 'total' which is the count sum of all unread messages in all dialogs.

TatankaConCube commented 10 months ago

no activity for a long time. closing