removeAllMessages

fun removeAllMessages(conversationId: Uid<Conversation>, messageIds: Collection<Uid<Message>>)

Removes all messages with specified messageIds from the conversation with the specified conversationId.

Parameters

conversationId

The ID of the conversation to remove the messages from.

messageIds

The collection of message IDs to remove.