ChannelFilesAttachmentsTopBarParams
data class ChannelFilesAttachmentsTopBarParams(val listState: LazyListState, val onNavigationIconClick: () -> Unit)
Parameters for ChatComponentFactory.ChannelFilesAttachmentsTopBar.
Parameters
listState
The state of the lazy list.
onNavigationIconClick
Action invoked when the navigation icon is clicked.