export interface GatewayMessageReactionAddDispatchData extends GatewayMessageReactionRemoveDispatchDataSee also: https://discord.com/developers/docs/topics/gateway-events#message-reaction-add
optionalexternalburst_colors? : string[] 
Colors used for super-reaction animation in "#rrggbb" format
externalburst : boolean 
True if this is a super-reaction
Inherited from: GatewayMessageReactionRemoveDispatchData
externalchannel_id : Snowflake 
The id of the channel
Inherited from: GatewayMessageReactionRemoveDispatchData
externalemoji : APIEmoji 
The emoji used to react
Inherited from: GatewayMessageReactionRemoveDispatchData
See also: https://discord.com/developers/docs/resources/emoji#emoji-object
optionalexternalguild_id? : Snowflake 
The id of the guild
Inherited from: GatewayMessageReactionRemoveDispatchData
optionalexternalmember? : APIGuildMember 
The member who reacted if this happened in a guild
See also: https://discord.com/developers/docs/resources/guild#guild-member-object
optionalexternalmessage_author_id? : Snowflake 
The id of the user that posted the message that was reacted to
externalmessage_id : Snowflake 
The id of the message
Inherited from: GatewayMessageReactionRemoveDispatchData
externaltype : ReactionType 
The type of reaction
Inherited from: GatewayMessageReactionRemoveDispatchData
externaluser_id : Snowflake 
The id of the user
Inherited from: GatewayMessageReactionRemoveDispatchData