markMessagesFromConversationAsRead

abstract fun markMessagesFromConversationAsRead(conversation: IRainbowConversation?): Boolean

Deprecated

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

IRainbowConversation The conversation to mark all messages as read