Class RestSlashCommand
Represents a REST-based slash command.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RestSlashCommand : RestCommandBase, ISlashCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties​
Data​
Gets the data associated with this interaction.
View Source​
Declaration
public RestSlashCommandData Data { get; }
ISlashCommandInteraction.Data​
Gets the data associated with this interaction.
View Source​
Declaration
IApplicationCommandInteractionData ISlashCommandInteraction.Data { get; }