QuotedMessage

fun QuotedMessage(message: Message, currentUser: User?, modifier: Modifier = Modifier, replyMessage: Message? = null)

Wraps the quoted message into a component that shows only the sender avatar, text and single attachment preview.

Parameters

message

The quoted message to show.

currentUser

The currently logged in user.

modifier

Modifier for styling.

replyMessage

The message that contains the reply.