interface GatewayMessageReactionAddDispatchData {
    burst: boolean;
    burst_colors?: string[];
    channel_id: string;
    emoji: APIEmoji;
    guild_id?: string;
    member?: APIGuildMember;
    message_author_id?: string;
    message_id: string;
    type: ReactionType;
    user_id: string;
}

Hierarchy (View Summary)

Properties

burst: boolean

True if this is a super-reaction

burst_colors?: string[]

Colors used for super-reaction animation in "#rrggbb" format

channel_id: string

The id of the channel

emoji: APIEmoji

The emoji used to react

guild_id?: string

The id of the guild

The member who reacted if this happened in a guild

message_author_id?: string

The id of the user that posted the message that was reacted to

message_id: string

The id of the message

The type of reaction

user_id: string

The id of the user