Method TryGetWebhook
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
TryGetWebhook(ulong, out DiscordWebhook?)
Tries to get a webhook.
public bool TryGetWebhook(ulong id, out DiscordWebhook? webhook)
Parameters
id
ulongThe target webhook id.
webhook
DiscordWebhookThe webhook, if found.
Returns
- bool
True if found, otherwise false.