ChannelHeaderCenterContentParams

constructor(channel: Channel, connectionState: ConnectionState, modifier: Modifier = Modifier, currentUser: User? = null, typingUsers: List<User> = emptyList(), messageMode: MessageMode = MessageMode.Normal, onClick: (Channel) -> Unit? = null)

Parameters

channel

The channel to display.

connectionState

The current connection state.

modifier

Modifier for styling.

currentUser

The currently logged in user.

typingUsers

The list of users currently typing.

messageMode

The current message mode.

onClick

Action invoked when the header is clicked.