You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: