MessageComposerCommandSuggestionItem

open fun MessageComposerCommandSuggestionItem(command: Command, onCommandSelected: (Command) -> Unit)

The default command suggestion item of the message composer.

Used in MessageComposerCommandsPopupContent.

Parameters

command

The command for which the suggestion is rendered.

onCommandSelected

The action to perform when the command is selected.