Method DeleteWebhookAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
DeleteWebhookAsync(ulong, string?)
public ValueTask DeleteWebhookAsync(ulong webhookId, string? reason = null)
Parameters
Returns
DeleteWebhookAsync(ulong, string, string?)
public ValueTask DeleteWebhookAsync(ulong webhookId, string webhookToken, string? reason = null)