ReactionOptionItemState

data class ReactionOptionItemState(val painter: Painter, val type: String)

UI representation of reactions.

Parameters

painter

The icon of the option.

type

The String representation of the reaction, for the API.

Constructors

Link copied to clipboard
constructor(painter: Painter, type: String)

Properties

Link copied to clipboard
Link copied to clipboard