MessageComposerInputTrailingContentParams

data class MessageComposerInputTrailingContentParams(val state: MessageComposerState, val recordingActions: AudioRecordingActions, val onSendClick: (String, List<Attachment>) -> Unit)

Parameters for ChatComponentFactory.MessageComposerInputTrailingContent.

Parameters

state

The current state of the message composer.

recordingActions

The actions to control the audio recording.

onSendClick

Action invoked when the send button is clicked.

Constructors

constructor(state: MessageComposerState, recordingActions: AudioRecordingActions, onSendClick: (String, List<Attachment>) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard