MessageComposerAttachmentFileItemParams

constructor(attachment: Attachment, onAttachmentRemoved: (Attachment) -> Unit, modifier: Modifier = Modifier)

Parameters

attachment

The file attachment to render.

onAttachmentRemoved

Called when the attachment is removed by the user.

modifier

Modifier for styling.