AttachmentPickerParams
data class AttachmentPickerParams(val attachmentsPickerViewModel: AttachmentsPickerViewModel, val messageMode: MessageMode, val actions: AttachmentPickerActions, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.AttachmentPicker.
Parameters
attachmentsPickerViewModel
Manages picker state.
messageMode
Current message mode.
actions
The attachment picker actions.
modifier
Modifier for styling.
Constructors
Link copied to clipboard
constructor(attachmentsPickerViewModel: AttachmentsPickerViewModel, messageMode: MessageMode, actions: AttachmentPickerActions, modifier: Modifier = Modifier)