ChannelMediaAttachmentsTopBarParams
data class ChannelMediaAttachmentsTopBarParams(val gridState: LazyGridState, val onNavigationIconClick: () -> Unit)
Parameters for ChatComponentFactory.ChannelMediaAttachmentsTopBar.
Parameters
gridState
The state of the lazy grid.
onNavigationIconClick
Action invoked when the navigation icon is clicked.