Enum InteractionType
Represents a type of Interaction from discord.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum InteractionType : byte
Fields
Name | Description |
---|---|
ApplicationCommand | A IApplicationCommand sent from discord. |
ApplicationCommandAutocomplete | An autocomplete request sent from discord. |
MessageComponent | A IMessageComponent sent from discord. |
ModalSubmit | A modal sent from discord. |
Ping | A ping from discord. |