-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 query param for get reactions endpoint #6377
Conversation
docs/resources/Channel.md
Outdated
| limit? | integer | Max number of users to return (1-100) | 25 | | ||
| Field | Type | Description | Default | | ||
|--------|-----------|--------------------------------------------------|---------| | ||
| type? | integer | The reaction type (0 for normal and 1 for super) | 0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cant we use there reaction type instead of just numbers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The author of this PR can't change anything with the API and is only documenting what is already there. I believe your feedback is going to the wind.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well not what i meant
just make a table for reaction type
to show NORMAL = 0 and BURST = 1
easier to mention afterwards
Refs: - discord/discord-api-docs#6375 - discord/discord-api-docs#6377 This PR renames the old `ReactionType` to `EmojiReactionType` as the concept of a reaction type now exists in the API.
Missing on #6056 (#6056 (comment))