MessageReactionsSummary

Represents a summary of reactions associated with a particular message.

This interface provides detailed information about the different types of reactions applied to a message, categorized into unique, distinct, and multiple types.

Properties

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

Map of distinct-type reactions summaries

Link copied to clipboard
abstract val messageSerial: String

Reference to the original message's serial number

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

Map of multiple-type reactions summaries

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

Map of unique-type reactions summaries