AttachmentPickerMenuParams
data class AttachmentPickerMenuParams(val attachmentsPickerViewModel: AttachmentsPickerViewModel, val composerViewModel: MessageComposerViewModel)
Parameters for ChatComponentFactory.AttachmentPickerMenu.
Parameters
attachmentsPickerViewModel
Controls picker visibility and manages attachment state.
composerViewModel
Receives selected attachments.
Constructors
Link copied to clipboard
constructor(attachmentsPickerViewModel: AttachmentsPickerViewModel, composerViewModel: MessageComposerViewModel)