Interface ISlashCommandInteraction
Represents a slash command interaction.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface ISlashCommandInteraction : IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties​
Data​
Gets the data associated with this interaction.
View Source​
Declaration
IApplicationCommandInteractionData Data { get; }