MessageComposerCommandsPopupContent
open fun MessageComposerCommandsPopupContent(commandSuggestions: List<Command>, onCommandSelected: (Command) -> Unit)
The default instant commands popup content of the message composer. Shown when the user types '/' in the composer, and there are available commands that can be used, or when the user click the "Commands" button.
Parameters
commandSuggestions
The list of command suggestions to show.
onCommandSelected
The action to perform when a command is selected.