sendConversationByEmail

abstract suspend fun sendConversationByEmail(conversation: IRainbowConversation, email: String): RainbowResult<Unit>

Send all messages from a conversation to the user email.

Return

RainbowResult Callback

Parameters

conversation

IRainbowConversation The conversation to delete all messages

email

String email used to send the conversation