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

delete_reaction not implemented on message struct #2532

Closed
Collin-Swish opened this issue Sep 6, 2023 · 0 comments
Closed

delete_reaction not implemented on message struct #2532

Collin-Swish opened this issue Sep 6, 2023 · 0 comments
Labels
feature-request A new requested functionality. model Related to the `model` module.

Comments

@Collin-Swish
Copy link
Contributor

I noticed that the channel_id struct implements methods which can delete individual reactions [channel_id::delete_reaction] while the message struct can only perform bulk deletes of reactions [message::delete_reactions]

I think it makes sense to have both methods implemented on both structs since the endpoints for both methods already exist.

@arqunis arqunis added feature-request A new requested functionality. model Related to the `model` module. labels Sep 19, 2023
@arqunis arqunis closed this as completed Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A new requested functionality. model Related to the `model` module.
Projects
None yet
Development

No branches or pull requests

2 participants