Enum ContextType
Defines the type of command context (i.e. where the command is being executed).
Namespace: Discord.Interactions
Assembly: Discord.Net.Interactions.dll
Syntax
public enum ContextType : int
Fields
Name | Description |
---|---|
DM | Specifies the command to be executed within a DM. |
Group | Specifies the command to be executed within a group. |
Guild | Specifies the command to be executed within a guild. |