DefaultMessageComposerFooterContent

fun DefaultMessageComposerFooterContent(messageComposerState: MessageComposerState, onAlsoSendToChannelSelected: (Boolean) -> Unit)

Deprecated

Use ChatComponentFactory.MessageComposerFooterContent to customize the footer content

Represents the default content shown at the bottom of the message composer component.

Parameters

messageComposerState

The state of the message composer.

onAlsoSendToChannelSelected

Handler when the user checks the also send to channel checkbox.