MessageComposerQuotedMessage
open fun MessageComposerQuotedMessage(modifier: Modifier, state: MessageComposerState, quotedMessage: Message)
The default appearance of a quoted message in the message composer. Shown when the user quotes (replies to) a message in the composer.
Used as part of MessageComposerInput.
Parameters
modifier
The modifier to apply to the composable.
state
The current state of the message composer.
quotedMessage
The message that is being quoted (replied to).