MessageComposerTheme

data class MessageComposerTheme(val attachmentCancelIcon: ComposerCancelIconStyle, val linkPreview: ComposerLinkPreviewTheme, val inputField: ComposerInputFieldTheme)

Represents the theming for the message composer.

Parameters

attachmentCancelIcon

The theming for the cancel icon used in the message composer.

Constructors

Link copied to clipboard
constructor(attachmentCancelIcon: ComposerCancelIconStyle, linkPreview: ComposerLinkPreviewTheme, inputField: ComposerInputFieldTheme)

Types

Link copied to clipboard
object Companion

Properties