Class SocketSlashCommand
Represents a Websocket-based slash command received over the gateway.
public class SocketSlashCommand : SocketCommandBase, ISlashCommandInteraction, IApplicationCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
- Inheritance
-
SocketSlashCommand
- Implements
- Inherited Members
- Extension Methods
Properties
Data
Gets the data associated with this interaction.
public SocketSlashCommandData Data { get; }