Add reference to docs

This commit is contained in:
bitfl0wer 2023-06-04 14:41:24 +02:00
parent 0a106d2e1d
commit 3692f15f0f
1 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,9 @@ impl ReactionMeta {
A `Result` containing a [`reqwest::Response`] or a [`crate::errors::InstanceServerError`]. A `Result` containing a [`reqwest::Response`] or a [`crate::errors::InstanceServerError`].
Returns a 204 empty response on success. Returns a 204 empty response on success.
Fires a `Message Reaction Remove` Gateway event. Fires a `Message Reaction Remove` Gateway event.
# Reference
See [https://discord.com/developers/docs/resources/channel#delete-own-reaction](https://discord.com/developers/docs/resources/channel#delete-own-reaction)
*/ */
pub async fn remove( pub async fn remove(
&self, &self,