ChannelMediaAttachmentsPreviewTopBarParams
data class ChannelMediaAttachmentsPreviewTopBarParams(val item: ChannelAttachmentsViewState.Content.Item, val onNavigationIconClick: () -> Unit)
Parameters for ChatComponentFactory.ChannelMediaAttachmentsPreviewTopBar.
Parameters
item
The item to display in the top bar.
onNavigationIconClick
Action invoked when the navigation icon is clicked.