MessagesState

data class MessagesState(val messageListType: List<MessageChat>, val action: Action? = null) : ConversationUiState

Constructors

Link copied to clipboard
constructor(messageListType: List<MessageChat>, action: Action? = null)

Properties

Link copied to clipboard
val action: Action? = null
Link copied to clipboard
val messageListType: List<MessageChat>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int