Thread Notification Badge State
data class ThreadNotificationBadgeState(val numberOfLocalUnreadThreads: Int = 0, val isUserMentioned: Boolean = false)
This class defines the state of a thread notification badge.
This class defines the state of a thread notification badge.