QuotedMessageAttachmentContent

fun QuotedMessageAttachmentContent(    message: Message,     currentUser: User?,     onLongItemClick: (Message) -> Unit,     modifier: Modifier = Modifier,     onMediaGalleryPreviewResult: (MediaGalleryPreviewResult?) -> Unit = {})

Represents the content that's shown in a quoted message if the attachments are not empty.

Parameters

message

The message that contains the attachments.

currentUser

The current user that's logged in.

onLongItemClick

Handler for long item taps.

modifier

Modifier for styling.

onMediaGalleryPreviewResult

Handler when the user selects an option in the Media Gallery Preview screen.