Table of Contents

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 ulong

The ID of the guild.

stickerId ulong

The ID of the sticker.

reason string

Reason for audit log.

Returns

Task