Package-level declarations
Types
Link copied to clipboard
                  Conversation Item
Link copied to clipboard
                  data class ConversationState(val conversationItems: ImmutableList<ConversationItem>? = null, val isFetching: Boolean = false, val unreadMessagesCount: Int = 0)
Conversation State