ComposerOptions
data class ComposerOptions(val maxAttachmentCount: Int = AttachmentConstants.MAX_ATTACHMENTS_COUNT, val linkPreviewEnabled: Boolean = false, val draftMessagesEnabled: Boolean = true)
Configuration for the message composer behavior.
Parameters
maxAttachmentCount
The maximum number of attachments that can be sent in a single message.
linkPreviewEnabled
If the link preview is enabled in the composer.
draftMessagesEnabled
If draft messages are enabled in the composer.