MessageComposerFooterContent

open fun ColumnScope.MessageComposerFooterContent(state: MessageComposerState, onAlsoSendToChannelSelected: (Boolean) -> Unit)

The default footer content of the message composer. When replying to a thread, it provides the checkbox to also send the message to the channel.

Parameters

state

The current state of the message composer.

onAlsoSendToChannelSelected

The action to perform when the "Also send to channel" checkbox is selected.