Table of Contents

Interface ISlashCommandInteraction

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a slash command interaction.

public interface ISlashCommandInteraction : IApplicationCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Inherited Members
Extension Methods

Properties

Data

Gets the data associated with this interaction.

IApplicationCommandInteractionData Data { get; }

Property Value

IApplicationCommandInteractionData