Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayMessageReactionRemoveEmojiDispatchData

    interface GatewayMessageReactionRemoveEmojiDispatchData {
        channel_id: string;
        emoji: APIEmoji;
        guild_id?: string;
        message_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channel_id: string

    The id of the channel

    emoji: APIEmoji

    The emoji that was removed

    guild_id?: string

    The id of the guild

    message_id: string

    The id of the message