Enum InteractionType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a type of Interaction from discord.
public enum InteractionType : byte
Fields
ApplicationCommand = 2
A IApplicationCommand sent from discord.
ApplicationCommandAutocomplete = 4
An autocomplete request sent from discord.
MessageComponent = 3
A IMessageComponent sent from discord.
ModalSubmit = 5
A modal sent from discord.
Ping = 1
A ping from discord.