MessageComposerTrailingContent
open fun MessageComposerTrailingContent(state: MessageComposerState, onSendClick: (String, List<Attachment>) -> Unit, recordingActions: AudioRecordingActions)
The default trailing content of the message composer. Contains the "Send" button, and "Audio record" button (if enabled).
Parameters
state
The current state of the message composer.
onSendClick
The action to perform when the "Send" button is clicked. Supply the message text and attachments.
recordingActions
The actions to control the audio recording.