Enum DiscordInteractionContextType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents the type of context in which an interaction was created.
public enum DiscordInteractionContextType
- Extension Methods
Fields
BotDM = 1
The interaction is in a DM with the bot associated with the application. (This is to say, your bot.)
Guild = 0
The interaction is in a guild.
PrivateChannel = 2
The interaction is in a [group] DM.