deleteAllMessages

abstract suspend fun deleteAllMessages(conversation: IRainbowConversation): RainbowResult<Unit>

Delete all messages from a conversation.

This action is only done on the user side. The other contact still has all his messages.

Return

RainbowResult Callback

Parameters

conversation

IRainbowConversation The conversation to delete all messages