@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface EventListenerReaction

    Event listener emitted contentfor a reaction event.

    EventListenerReaction

    interface EventListenerReaction {
        content: string;
        eventId: string;
        messageId: string;
        senderHandle: Handle;
        timestamp: number;
    }
    Index

    Properties

    content: string

    The content of the reaction.

    eventId: string

    The event ID of the reaction.

    messageId: string

    The message ID of the reaction.

    senderHandle: Handle

    The sender handle of the reaction.

    timestamp: number

    The timestamp of the reaction.