Namespace NetCord.Gateway
Classes
- GatewayClient
The GatewayClient class allows applications to send and receive data from the Discord Gateway, such as events and resource requests.
- Guild
Represents an isolated collection of users and channels, often referred to as a server in the UI. Contains additional information about the guild's current state.
Structs
Interfaces
Enums
- GatewayIntents
Intents are used to configure which events are passed to the bot via the gateway connection. Intents marked as privileged must be enabled in the application developer portal before being passed here, otherwise the connection will terminate with close code 4014.