Config
data class Config(val maxAttachmentCount: Int = AttachmentConstants.MAX_ATTACHMENTS_COUNT, val linkPreviewEnabled: Boolean = false, val draftMessageEnabled: Boolean = true, val activeCommandEnabled: Boolean = false)
Configuration for the message composer controller.
Parameters
maxAttachmentCount
The maximum number of attachments allowed in a message.
linkPreviewEnabled
If link previews are enabled.
draftMessageEnabled
If draft messages are enabled.
activeCommandEnabled
When true, the active command is state and the input holds only its arguments; a pre-command draft is stashed for clearActiveCommand. When false, the /name prefix lives in the input and is sent verbatim.