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