@ably/chat - v0.14.1
    Preparing search index...

    Interface MessageReactionSummary

    Represents a summary of all reactions on a message.

    interface MessageReactionSummary {
        distinct: SummaryDistinctValues;
        multiple: SummaryMultipleValues;
        unique: SummaryUniqueValues;
    }
    Index

    Properties

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

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

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