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.