API reference
Event GameDirectMessageUpdated
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.WebhookEvents
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Fired when Discord sends a GAME_DIRECT_MESSAGE_UPDATE webhook event.
public event AsyncEventHandler<DiscordWebhookEventDispatcher, WebhookGameDirectMessageUpdateEventArgs> GameDirectMessageUpdated
Returns
- AsyncEventHandler<DiscordWebhookEventDispatcher, WebhookGameDirectMessageUpdateEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.