Preview environment

interface GatewayMessageReactionAddDispatchData

external
export interface GatewayMessageReactionAddDispatchData extends GatewayMessageReactionRemoveDispatchData

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

optionalexternal
burst_colors? : string[]

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

external
burst : boolean

True if this is a super-reaction

Inherited from: GatewayMessageReactionRemoveDispatchData

external
channel_id : Snowflake

The id of the channel

Inherited from: GatewayMessageReactionRemoveDispatchData

optionalexternal
guild_id? : Snowflake

The id of the guild

Inherited from: GatewayMessageReactionRemoveDispatchData

optionalexternal
member? : APIGuildMember

The member who reacted if this happened in a guild

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

optionalexternal
message_author_id? : Snowflake

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

external
message_id : Snowflake

The id of the message

Inherited from: GatewayMessageReactionRemoveDispatchData

external
type : ReactionType

The type of reaction

Inherited from: GatewayMessageReactionRemoveDispatchData

external
user_id : Snowflake

The id of the user

Inherited from: GatewayMessageReactionRemoveDispatchData