export interface GatewayMessageReactionAddDispatchData extends GatewayMessageReactionRemoveDispatchData
See also: https://discord.com/developers/docs/topics/gateway-events#message-reaction-addundefined
optionalstring[] burst_colors? :
Colors used for super-reaction animation in "#rrggbb" format
boolean burst :
True if this is a super-reaction
Inherited from: GatewayMessageReactionRemoveDispatchData
Snowflake channel_id :
The id of the channel
Inherited from: GatewayMessageReactionRemoveDispatchData
APIEmoji emoji :
The emoji used to react
Inherited from: GatewayMessageReactionRemoveDispatchData
See also: https://discord.com/developers/docs/resources/emoji#emoji-objectundefined
optionalSnowflake guild_id? :
The id of the guild
Inherited from: GatewayMessageReactionRemoveDispatchData
optionalAPIGuildMember member? :
The member who reacted if this happened in a guild
See also: https://discord.com/developers/docs/resources/guild#guild-member-objectundefined
optionalSnowflake message_author_id? :
The id of the user that posted the message that was reacted to
Snowflake message_id :
The id of the message
Inherited from: GatewayMessageReactionRemoveDispatchData