QuotedMessage
Wraps the quoted message into a component that shows only the sender avatar, text and single attachment preview.
Parameters
The quoted message to show.
The currently logged in user.
Handler when the item is long clicked.
Handler for quoted message click action.
Modifier for styling.
The message that contains the reply.
The content shown at the start of the quoted message. By default we provide DefaultQuotedMessageLeadingContent which shows the sender avatar in case the sender is not the current user.
The content shown at the center of the quoted message. By default we provide DefaultQuotedMessageCenterContent which shows single attachment preview and message text inside a bubble.
The content shown at the end of the quoted message. By default we provide DefaultQuotedMessageTrailingContent which shows the sender avatar in case the sender is the current user.