Skip to content

Commit

Permalink
Add super-reactions to MESSAGE_REACTION_ADD and MESSAGE_REACTION_REMO…
Browse files Browse the repository at this point in the history
…VE (#6375)
  • Loading branch information
JJRcop committed May 15, 2024
1 parent 5f91d74 commit f71e8a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/topics/Gateway_Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,8 @@ Sent when a user adds a reaction to a message.
| member? | [member](#DOCS_RESOURCES_GUILD/guild-member-object) object | Member who reacted if this happened in a guild |
| emoji | a partial [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) object | Emoji used to react - [example](#DOCS_RESOURCES_EMOJI/emoji-object-standard-emoji-example) |
| message_author_id? | snowflake | ID of the user who authored the message which was reacted to |
| burst | boolean | true if this is a super-reaction |
| burst_colors? | array of strings | Colors used for super-reaction animation in "#rrggbb" format |

#### Message Reaction Remove

Expand All @@ -955,6 +957,7 @@ Sent when a user removes a reaction from a message.
| message_id | snowflake | ID of the message |
| guild_id? | snowflake | ID of the guild |
| emoji | a partial [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) object | Emoji used to react - [example](#DOCS_RESOURCES_EMOJI/emoji-object-standard-emoji-example) |
| burst | boolean | true if this was a super-reaction |

#### Message Reaction Remove All

Expand Down

0 comments on commit f71e8a5

Please sign in to comment.