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
Link copied to clipboard
constructor(state: MessageComposerState, recordingActions: AudioRecordingActions, onSendClick: (String, List<Attachment>) -> Unit)