interface GatewayMessageReactionRemoveDispatchData {
    burst: boolean;
    channel_id: string;
    emoji: APIEmoji;
    guild_id?: string;
    message_id: string;
    type: ReactionType;
    user_id: string;
}

Hierarchy (View Summary)

Properties

burst: boolean

True if this is a super-reaction

channel_id: string

The id of the channel

emoji: APIEmoji

The emoji used to react

guild_id?: string

The id of the guild

message_id: string

The id of the message

The type of reaction

user_id: string

The id of the user