ConversationState
data class ConversationState(val conversationItems: ImmutableList<ConversationItem>? = null, val isFetching: Boolean = false, val unreadMessagesCount: Int = 0)
Conversation State
Constructors
Link copied to clipboard
constructor(conversationItems: ImmutableList<ConversationItem>? = null, isFetching: Boolean = false, unreadMessagesCount: Int = 0)