MessageComposerCommandsButton
open fun RowScope.MessageComposerCommandsButton(hasCommandSuggestions: Boolean, enabled: Boolean, onClick: () -> Unit)
The default commands button of the message composer.
Used as part of MessageComposerIntegrations.
Parameters
hasCommandSuggestions
Whether there are command suggestions available.
enabled
Whether the button is enabled.
onClick
The action to perform when the button is clicked.