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

    Interface MessageReactions

    Represents a summary of all reactions on a message.

    interface MessageReactions {
        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.