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

    Interface MessageReactionSummaryEvent

    Event interface representing a summary of message reactions. This event aggregates different types of reactions (single, distinct, counter) for a specific message.

    interface MessageReactionSummaryEvent {
        summary: {
            distinct: SummaryDistinctValues;
            messageSerial: string;
            multiple: SummaryMultipleValues;
            unique: SummaryUniqueValues;
        };
        type: Summary;
    }
    Index

    Properties

    Properties

    summary: {
        distinct: SummaryDistinctValues;
        messageSerial: string;
        multiple: SummaryMultipleValues;
        unique: SummaryUniqueValues;
    }

    The message reactions summary.

    Type declaration

    type: Summary

    The type of the event