-
Notifications
You must be signed in to change notification settings - Fork 676
Open
Labels
enhancementM-T: A feature request for new functionalityM-T: A feature request for new functionality
Description
Package
@slack/web-api
Description
Fetching only unread conversations & messages is very useful for AI clients to summarize to the user what is new in Slack since they last checked.
There should be a simple way to list
- conversations with unread messages
- threads with unread messages
- all unread messages
Alternatives Considered
Currently, the only way to list unread conversations seems to be
users.conversations(fetch ALL of them)conversations.infoto getlast_read(for ALL of them)conversations.historyto get the latest message (for ALL of them)- Compare the latest message timestamp of each conversation with its
last_readproperty.
And that doesn't even cover unread threads yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementM-T: A feature request for new functionalityM-T: A feature request for new functionality