You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/Gateway_Events.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -941,6 +941,8 @@ Sent when a user adds a reaction to a message.
941
941
| member? |[member](#DOCS_RESOURCES_GUILD/guild-member-object) object | Member who reacted if this happened in a guild |
942
942
| emoji | a partial [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) object | Emoji used to react - [example](#DOCS_RESOURCES_EMOJI/emoji-object-standard-emoji-example)|
943
943
| message_author_id? | snowflake | ID of the user who authored the message which was reacted to |
944
+
| burst | boolean | true if this is a super-reaction |
945
+
| burst_colors? | array of strings | Colors used for super-reaction animation in "#rrggbb" format |
944
946
945
947
#### Message Reaction Remove
946
948
@@ -955,6 +957,7 @@ Sent when a user removes a reaction from a message.
955
957
| message_id | snowflake | ID of the message |
956
958
| guild_id? | snowflake | ID of the guild |
957
959
| emoji | a partial [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) object | Emoji used to react - [example](#DOCS_RESOURCES_EMOJI/emoji-object-standard-emoji-example)|
960
+
| burst | boolean | true if this was a super-reaction |
0 commit comments