ReactionIconParams

data class ReactionIconParams(val type: String, val emoji: String?, val size: ReactionIconSize, val modifier: Modifier = Modifier)

Parameters for ChatComponentFactory.ReactionIcon.

Parameters

type

The string representation of the reaction.

emoji

The emoji character the type maps to, if any.

size

The size of the reaction icon.

modifier

Modifier for styling.

Constructors

Link copied to clipboard
constructor(type: String, emoji: String?, size: ReactionIconSize, modifier: Modifier = Modifier)

Properties

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