UserReactionItemState

constructor(user: User, type: String, isMine: Boolean = false, emojiCode: String? = null)

Parameters

user

The user who left the reaction.

type

The string representation of the reaction.

isMine

Whether the reaction belongs to the current user.

emojiCode

The optional emoji code to be shown for the reaction.