MessageComposerCommandSuggestionItemLeadingContentParams
data class MessageComposerCommandSuggestionItemLeadingContentParams(val command: Command, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.MessageComposerCommandSuggestionItemLeadingContent.
Parameters
command
The command for which the leading content is rendered.
modifier
Modifier for styling.