Closed rr8733380 closed 1 year ago
What is the most correct way to get comments on a post in the channel. How do I get comments for a specific post in a channel? Now I get to receive all the messages in the chat at once, intended for comments in this channel
Use getMessageThread and then getMessageThreadHistory for the received message thread.
getMessageThread
getMessageThreadHistory
How to get an unreadCount, for comments for a specific message
Use getMessageThread.
What is the most correct way to get comments on a post in the channel. How do I get comments for a specific post in a channel? Now I get to receive all the messages in the chat at once, intended for comments in this channel