ThreadListHeaderParams
data class ThreadListHeaderParams(val connectionState: ConnectionState, val modifier: Modifier = Modifier, val title: String = "", val currentUser: User? = null, val onAvatarClick: (User?) -> Unit = {})
Parameters for ChatComponentFactory.ThreadListHeader.
Parameters
connectionState
The current connection state.
modifier
Modifier for styling.
title
The title to display in the header.
currentUser
The currently logged in user.
onAvatarClick
Action invoked when the avatar is clicked.