UnreadSeparatorItemState

data class UnreadSeparatorItemState(val unreadCount: Int) : MessageListItemState

Represents an unread separator item inside a message list.

Parameters

unreadCount

The number of unread messages.

Constructors

Link copied to clipboard
constructor(unreadCount: Int)

Properties

Link copied to clipboard