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