markMessagesFromConversationAsRead

abstract fun markMessagesFromConversationAsRead(conversation: IRainbowConversation?): Boolean

Mark all messages from a conversation as read.

The contact of the conversation will be able to know that all messages have been read.

Use instead `markMessageFromConversationAsRead(IRainbowConversation, IMMessage)

Parameters

conversation

@object:IRainbowConversation The conversation to mark all messages as read