Table of Contents

Interface IApplicationCommandInteraction

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents an application command interaction.

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

Properties

Data

Gets the data of the application command interaction

IApplicationCommandInteractionData Data { get; }

Property Value

IApplicationCommandInteractionData