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.

Constructors

Link copied to clipboard
constructor(maxAttachmentCount: Int = AttachmentConstants.MAX_ATTACHMENTS_COUNT, linkPreviewEnabled: Boolean = false, draftMessagesEnabled: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard