From f6708f9a5823a4cd992fe396064f8f7d9aa84885 Mon Sep 17 00:00:00 2001 From: quin lynch Date: Tue, 24 Aug 2021 03:26:18 -0300 Subject: [PATCH] Add missing docs --- .../Discord.Net.WebSocket.xml | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml b/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml index 9366cf1f7..d6f7e78c1 100644 --- a/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml +++ b/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml @@ -3574,6 +3574,33 @@ A task that represents the asynchronous creation operation. The task result contains the created sticker. + + + Creates a new sticker in this guild + + The name of the sticker. + The description of the sticker. + The tags of the sticker. + The path of the file to upload. + The options to be used when sending the request. + + A task that represents the asynchronous creation operation. The task result contains the created sticker. + + + + + Creates a new sticker in this guild + + The name of the sticker. + The description of the sticker. + The tags of the sticker. + The stream containing the file data. + The name of the file with the extension, ex: image.png + The options to be used when sending the request. + + A task that represents the asynchronous creation operation. The task result contains the created sticker. + + Deletes a sticker within this guild. @@ -3751,6 +3778,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Represents a Websocket-based slash command received over the gateway.