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