ReactionOptionItemState

constructor(type: String, isSelected: Boolean = false, emojiCode: String? = null)

Parameters

type

The String representation of the reaction, for the API.

isSelected

Whether the reaction is selected by the current user.

emojiCode

The optional emoji code to be shown for the reaction.