markThreadUnread

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

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

Parameters

channelType

Type of the channel.

channelId

Id of the channel.

threadId

Id of the thread to mark as unread.

messageId

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