sendConversationByEmails

abstract suspend fun sendConversationByEmails(conversation: IRainbowConversation, emails: List<String>): RainbowResult<Unit>

Send all messages from a conversation to a list of emails.

Return

RainbowResult Callback

Parameters

conversation

IRainbowConversation The conversation to delete all messages

emails

list of emails used to send the conversation