ReactionIconParams

constructor(type: String, emoji: String?, size: ReactionIconSize, modifier: Modifier = Modifier)

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.