markConversationReadUpToAndIncluding

abstract suspend fun markConversationReadUpToAndIncluding(conversationId: Uid<Conversation>, messageId: Uid<Message>)

Mark the message with messageId, and all messages that were received before it in the same conversation, as read.

Parameters

conversationId

The ID of the conversation.

messageId

The message ID.