revbot.js
    Preparing search index...

    Interface MessageReactData

    Represents the data for a message reaction event.

    interface MessageReactData {
        channel_id: string;
        emoji_id: string;
        id: string;
        user_id: string;
    }
    Index

    Properties

    channel_id: string

    The ID of the channel containing the message.

    emoji_id: string

    The ID of the emoji used for the reaction.

    id: string

    The ID of the message being reacted to.

    user_id: string

    The ID of the user who reacted.