MessageComposerIntegrations

open fun RowScope.MessageComposerIntegrations(state: MessageComposerState, onAttachmentsClick: () -> Unit, onCommandsClick: () -> Unit)

The default integrations of the message composer. Provides the "Attachments" and "Commands" buttons shown before the composer.

Parameters

state

The current state of the message composer.

onAttachmentsClick

The action to perform when the "Attachments" button is clicked.

onCommandsClick

The action to perform when the "Commands" button is clicked.