markThreadRead

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

Marks a given thread as read.

Parameters

channelType

The type of the channel in which the thread resides.

channelId

The ID of the channel in which the thread resides.

threadId

The ID of the thread to mark as read.