export interface GatewayMessageReactionAddDispatchData extends GatewayMessageReactionRemoveDispatchData
See also: https://discord.com/developers/docs/topics/gateway-events#message-reaction-add
optionalexternalstring[] burst_colors? :
Colors used for super-reaction animation in "#rrggbb" format
externalboolean burst :
True if this is a super-reaction
Inherited from: GatewayMessageReactionRemoveDispatchData
externalSnowflake channel_id :
The id of the channel
Inherited from: GatewayMessageReactionRemoveDispatchData
externalAPIEmoji emoji :
The emoji used to react
Inherited from: GatewayMessageReactionRemoveDispatchData
See also: https://discord.com/developers/docs/resources/emoji#emoji-object
optionalexternalSnowflake guild_id? :
The id of the guild
Inherited from: GatewayMessageReactionRemoveDispatchData
optionalexternalAPIGuildMember member? :
The member who reacted if this happened in a guild
See also: https://discord.com/developers/docs/resources/guild#guild-member-object
optionalexternalSnowflake message_author_id? :
The id of the user that posted the message that was reacted to
externalSnowflake message_id :
The id of the message
Inherited from: GatewayMessageReactionRemoveDispatchData
externalReactionType type :
The type of reaction
Inherited from: GatewayMessageReactionRemoveDispatchData
externalSnowflake user_id :
The id of the user
Inherited from: GatewayMessageReactionRemoveDispatchData