MessageComposerInputBottomContentParams
data class MessageComposerInputBottomContentParams(val state: MessageComposerState, val onAlsoSendToChannelChange: (Boolean) -> Unit, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.MessageComposerInputBottomContent.
Parameters
state
The current state of the message composer.
onAlsoSendToChannelChange
Action invoked when also-send-to-channel is changed.
modifier
Modifier for styling.
Constructors
Link copied to clipboard
constructor(state: MessageComposerState, onAlsoSendToChannelChange: (Boolean) -> Unit, modifier: Modifier = Modifier)