markThreadUnread

fun markThreadUnread(threadId: String, messageId: String): Call<Unit>

Marks a given thread in the channel starting from the given message as unread.

Parameters

messageId

Id of the message from where the thread should be marked as unread.

threadId

Id of the thread to mark as unread.