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

    Interface RoomReactionEvent

    Event that is emitted when a room reaction is received.

    interface RoomReactionEvent {
        reaction: RoomReaction;
        type: Reaction;
    }
    Index

    Properties

    Properties

    reaction: RoomReaction

    The reaction that was received.

    type: Reaction

    The type of the event.