ChannelMessageInput

fun ChannelMessageInput(modifier: Modifier = Modifier, state: MessageInputState, viewModelContract: ChannelViewModelContract)

Represents the channel message input component.

Since

1.0.0-beta.2

Parameters

modifier

The modifier to be applied to the view.

state

The state of the message input.

viewModelContract

The ChannelViewModelContract to handle the business logic.