markUnread

fun markUnread(messageId: String): Call<Unit>


fun markUnread(timestamp: Date): Call<Unit>

Marks all messages in the channel as unread that were created after the specified timestamp.

Parameters

timestamp

The timestamp used to find the first message to mark as unread.