markUnread

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

Marks the specified channel as unread.

Parameters

channelType

Type of the channel.

channelId

Id of the channel.

messageId

Id of the message.