ThreadListItemParams
data class ThreadListItemParams(val thread: Thread, val currentUser: User?, val onThreadClick: (Thread) -> Unit)
Parameters for ChatComponentFactory.ThreadListItem.
Parameters
thread
The thread to display.
currentUser
The currently logged in user.
onThreadClick
Action invoked when the thread is clicked.