markMessageRead

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

Marks the given message 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.

messageId

The ID of the message to mark as read.