MessageInputOptions

fun MessageInputOptions(activeAction: MessageAction, onCancelAction: () -> Unit, modifier: Modifier = Modifier)

Shows the options "header" for the message input component. This is based on the currently active message action - io.getstream.chat.android.common.state.Reply or io.getstream.chat.android.common.state.Edit.

Parameters

modifier

Modifier for styling.

activeAction

Currently active MessageAction.

onCancelAction

Handler when the user cancels the current action.