Channel Message Input
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.
view Model Contract
The ChannelViewModelContract to handle the business logic.