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.

Constructors

Link copied to clipboard
constructor(attachment: Attachment, isMine: Boolean, modifier: Modifier = Modifier)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard