Preview environment

interface GatewayMessageReactionAddDispatchData

export interface GatewayMessageReactionAddDispatchData extends GatewayMessageReactionRemoveDispatchData

See also: https://discord.com/developers/docs/topics/gateway-events#message-reaction-addundefined

optional
burst_colors? : string[]

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

burst : boolean

True if this is a super-reaction

Inherited from: GatewayMessageReactionRemoveDispatchData

channel_id : Snowflake

The id of the channel

Inherited from: GatewayMessageReactionRemoveDispatchData

optional
guild_id? : Snowflake

The id of the guild

Inherited from: GatewayMessageReactionRemoveDispatchData

optional
member? : APIGuildMember

The member who reacted if this happened in a guild

See also: https://discord.com/developers/docs/resources/guild#guild-member-objectundefined

optional
message_author_id? : Snowflake

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

message_id : Snowflake

The id of the message

Inherited from: GatewayMessageReactionRemoveDispatchData

The type of reaction

Inherited from: GatewayMessageReactionRemoveDispatchData

user_id : Snowflake

The id of the user

Inherited from: GatewayMessageReactionRemoveDispatchData