MessageComposerAttachmentsParams

constructor(attachments: List<Attachment>, onAttachmentRemoved: (Attachment) -> Unit, modifier: Modifier = Modifier)

Parameters

attachments

The attachments currently selected in the composer.

onAttachmentRemoved

Lambda invoked when an attachment is removed by the user.

modifier

Modifier for styling.