Event PayloadReceived
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when a gateway payload is received. Only fired when EnableLibraryDeveloperMode or EnablePayloadReceivedEvent is enabled.
public event AsyncEventHandler<DiscordClient, PayloadReceivedEventArgs> PayloadReceived
Returns
- AsyncEventHandler<DiscordClient, PayloadReceivedEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.