Enum InteractionContextType
- Namespace
- NetCord
- Assembly
- NetCord.dll
public enum InteractionContextType
Fields
BotDMChannel = 1
Interaction can be used within DMs with the app's bot user.
DMChannel = 2
Interaction can be used within Group DMs and DMs other than the app's bot user.
Guild = 0
Interaction can be used within servers.