AudioAttachmentItemParams
data class AudioAttachmentItemParams(val attachment: Attachment, val isMine: Boolean, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.AudioAttachmentItem.
Parameters
attachment
The audio attachment to render.
isMine
Whether the message is sent by the current user or not.
modifier
Modifier for styling.