Hiyve Components - v1.0.0
    Preparing search index...

    Interface ReactionTriggeredPayload

    Payload broadcast via data messages when a reaction is triggered.

    interface ReactionTriggeredPayload {
        effectId: string;
        messageId: string;
        timestamp: number;
        triggeredBy: string;
    }
    Index

    Properties

    effectId: string

    The effect ID to play

    messageId: string

    Unique message ID for idempotency deduplication

    timestamp: number

    Unix timestamp (ms)

    triggeredBy: string

    User ID of the sender