MessageComposerQuotedMessageParams

constructor(state: MessageComposerState, quotedMessage: Message, onCancelClick: () -> Unit, modifier: Modifier = Modifier)

Parameters

state

The current state of the message composer.

quotedMessage

The message being quoted.

onCancelClick

Action invoked when the cancel button is clicked.

modifier

Modifier for styling.