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