ComposerConfig
data class ComposerConfig(val audioRecordingEnabled: Boolean = true, val audioRecordingSendOnComplete: Boolean = false, val linkPreviewEnabled: Boolean = false, val floatingStyleEnabled: Boolean = false)
Behavioral configuration for the message composer.
Parameters
audioRecordingEnabled
Whether the audio recording feature is enabled.
audioRecordingSendOnComplete
If true, sends the recording on "Complete" button click. If false, attaches it for manual sending.
linkPreviewEnabled
Whether link previews are shown in the composer.
floatingStyleEnabled
Whether the message composer uses the floating style.