Reputation: 71
Currently there is not a direct method in the slack api to fetch the unread replies over a thread. To get the replies on a conversation we have to pass the timestamp of that particular threaded conversation using conversation.replies
. So I want a method where we can get all threads where replies are unread.
Upvotes: 1
Views: 367