Method DeleteGuildStickerAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
DeleteGuildStickerAsync(ulong, ulong, string)
Deletes a sticker in a guild.
public Task DeleteGuildStickerAsync(ulong guildId, ulong stickerId, string reason = null)
Parameters
guildId
ulongThe ID of the guild.
stickerId
ulongThe ID of the sticker.
reason
stringReason for audit log.