QuotedMessageAttachmentContent
fun QuotedMessageAttachmentContent(message: Message, 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.
modifier
Modifier for styling.
onLongItemClick
Handler for long item taps.
onMediaGalleryPreviewResult
Handler when the user selects an option in the Media Gallery Preview screen.