Property Intents
- Namespace
- DSharpPlus.Net.Gateway
- Assembly
- DSharpPlus.dll
Intents
Specifies the gateway intents for this client. The client will only receive events they specified the relevant intents for. Defaults to AllUnprivileged.
public DiscordIntents Intents { get; set; }