Interface ISlashCommandInteraction
Represents a slash command interaction.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface ISlashCommandInteraction : IApplicationCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceData
Gets the data associated with this interaction.
Declaration
IApplicationCommandInteractionData Data { get; }
Property Value
Type | Description |
---|---|
IApplicationCommandInteractionData |