updateConversation

abstract suspend fun updateConversation(conversation: Conversation)

Updates the conversation with the same Conversation.id, as the specified conversation with the values in conversation. If no conversation with Conversation.id exists, the call is ignored.

Note that Conversation.unreadMessages cannot be updated through this call and conversation.unreadMessages is assumed to be empty.

Parameters

conversation

The conversation to update.