AttachmentTypeSystemPickerParams

constructor(channel: Channel, messageMode: MessageMode, onModeSelected: (AttachmentPickerMode) -> Unit, trailingContent: @Composable RowScope.() -> Unit = {})

Parameters

channel

Used to check channel capabilities.

messageMode

Used to filter modes.

onModeSelected

Called when user taps a button.

trailingContent

Slot for custom content after the mode buttons.