MessageComposerCommandSuggestionItemParams

constructor(command: Command, onCommandSelected: (Command) -> Unit)

Parameters

command

The command for which the suggestion is rendered.

onCommandSelected

Action invoked when the command is selected.