MessageReactions

Represents a summary of all reactions on a message.

Properties

Link copied to clipboard
abstract val distinct: Map<String, SummaryClientIdList>

Map of reaction to the summary (total and clients) for reactions of type MessageReactionType.Distinct.

Link copied to clipboard
abstract val multiple: Map<String, SummaryClientIdCounts>

Map of reaction to the summary (total and clients) for reactions of type MessageReactionType.Multiple.

Link copied to clipboard
abstract val unique: Map<String, SummaryClientIdList>

Map of reaction to the summary (total and clients) for reactions of type MessageReactionType.Unique.