AudioAttachmentItemParams

constructor(attachment: Attachment, isMine: Boolean, modifier: Modifier = Modifier)

Parameters

attachment

The audio attachment to render.

isMine

Whether the message is sent by the current user or not.

modifier

Modifier for styling.