UserReactionItemState

data class UserReactionItemState(val user: User, val painter: Painter, val type: String)

UI representation of user reaction.

Parameters

user

The user who left the reaction.

painter

The icon of the reaction.

type

The string representation of the reaction.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: User