getMoreMessagesFromConversationUntilMessageId

abstract fun getMoreMessagesFromConversationUntilMessageId(conversation: IRainbowConversation?, messageId: String?)

Retrieve the list of next messages of a given conversation until the message with @param messageId is retrieved.

The response is in the complete method as a @object:ArrayItemList<@object:IMMessage>.

The response is also available by listening the @object:ArrayItemList<@object:IMMessage> of the conversation.

Parameters

conversation

IRainbowConversation The conversation to retrieve the next messages

messageId

String The is of the message that needs to be retrieved