ComposerOptions
constructor(maxAttachmentCount: Int = AttachmentConstants.MAX_ATTACHMENTS_COUNT, linkPreviewEnabled: Boolean = false, draftMessagesEnabled: Boolean = true)
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.