Table of Contents

Method RemoveWebhook

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

RemoveWebhook(ulong)

Unregisters a webhook with this client.

public DiscordWebhook RemoveWebhook(ulong id)

Parameters

id ulong

ID of the webhook to unregister.

Returns

DiscordWebhook

The unregistered webhook.