sendConversationByEmails

abstract fun sendConversationByEmails(conversation: IRainbowConversation, emails: List<String>, listener: RainbowListener<Unit, Unit>?)

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

Parameters

conversation

IRainbowConversation The conversation to delete all messages

emails

list of emails used to send the conversation

listener

RainbowListener Callback