getUserLastMessageSent

abstract fun getUserLastMessageSent(conversationId: String?): IMMessage?

Get the last message sent by the user in the conversation with the given id

Return

a @object:IMMessage object of the last sent message by the user if any

Parameters

conversationId

String the conversation id to look into