MessageReactionItemState

data class MessageReactionItemState(val type: String, val emoji: String?, val count: Int)

Representation of a message reaction, holding all information required to render the reaction.

Parameters

type

The string representation of the reaction.

emoji

The emoji character the type maps to, if any.

count

The number of reactions of this type in the message.

Constructors

Link copied to clipboard
constructor(type: String, emoji: String?, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard