Skip to content

Commit

Permalink
Added type to reaction gateway events (#6873)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinloretz committed May 15, 2024
1 parent f71e8a5 commit d004892
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/Gateway_Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit d004892

Please sign in to comment.