waha icon indicating copy to clipboard operation
waha copied to clipboard

[Feature Request] [NOWEB] Unread Count of Chat Messages

Open gamoridev opened this issue 1 year ago • 0 comments

Hello!

I would like to know if we can add the unreadCount of messages in get chats. Right now, unreadMetionCount doesn't make sense for non group chats.

  {
    "id": "[email protected]",
    "readOnly": false,
    "ephemeralExpiration": 0,
    "ephemeralSettingTimestamp": 0,
    "conversationTimestamp": 1728397742,
    "notSpam": true,
    "disappearingMode": {
      "initiator": 0,
      "trigger": 1,
      "initiatedByMe": false
    },
    "unreadMentionCount": 0,
    [...]
    "unreadCount": 2,
  },

Possibly related to: https://github.com/devlikeapro/waha/issues/429

patron:PLUS

gamoridev avatar Oct 08 '24 14:10 gamoridev