GiphyAttachmentContentParams

data class GiphyAttachmentContentParams(val state: AttachmentState, val modifier: Modifier = Modifier, val interactive: Boolean = true)

Parameters for ChatComponentFactory.GiphyAttachmentContent.

Parameters

state

State providing context for the attachment.

modifier

Modifier for styling.

interactive

When true (default), the Giphy container is clickable and long-clickable. When false, both handlers are disabled.

Constructors

Link copied to clipboard
constructor(state: AttachmentState, modifier: Modifier = Modifier, interactive: Boolean = true)

Properties

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