FileAttachmentItemParams
constructor(attachment: Attachment, isMine: Boolean, showFileSize: (Attachment) -> Boolean, modifier: Modifier = Modifier)
Parameters
attachment
The file attachment to show.
isMine
Whether the message is sent by the current user.
showFileSize
Whether to show the file size.
modifier
Modifier for styling.