From d004892ef74b0a91170cfccf85b0d7d3fa5b7e40 Mon Sep 17 00:00:00 2001 From: Colin Loretz Date: Wed, 15 May 2024 16:21:17 -0700 Subject: [PATCH] Added type to reaction gateway events (#6873) --- docs/topics/Gateway_Events.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/Gateway_Events.md b/docs/topics/Gateway_Events.md index ef6c4d50e0..2baa707eb8 100644 --- a/docs/topics/Gateway_Events.md +++ b/docs/topics/Gateway_Events.md @@ -943,6 +943,7 @@ Sent when a user adds a reaction to a message. | 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 | +| type | integer | The [type of reaction](#DOCS_RESOURCES_CHANNEL/get-reactions-reaction-types) | #### Message Reaction Remove @@ -958,6 +959,7 @@ Sent when a user removes a reaction from a 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 | +| type | integer | The [type of reaction](#DOCS_RESOURCES_CHANNEL/get-reactions-reaction-types) | #### Message Reaction Remove All