ReactionOptionItemState
data class ReactionOptionItemState(val painter: Painter, val type: String, val emojiCode: String? = null)
UI representation of reactions.
Parameters
painter
The icon of the option.
type
The String representation of the reaction, for the API.
emojiCode
The optional emoji code to be shown in the push notification text, for the API.