Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type to reaction gateway events #6873

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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