Snehlata Giri
Snehlata Giri

Reputation: 71

Get the unread reply from Slack Api

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

Answers (1)

Suyash Gaur
Suyash Gaur

Reputation: 2861

There is no publicly documented API to do that.

Upvotes: 1

Related Questions