ChannelMediaAttachmentsFloatingHeaderParams
data class ChannelMediaAttachmentsFloatingHeaderParams(val label: String, val visible: Boolean, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.ChannelMediaAttachmentsFloatingHeader.
Parameters
label
The label for the floating header.
visible
Whether the floating header is visible.
modifier
Modifier for styling.