Table of Contents

Class SocketSlashCommand

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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; }

Property Value

SocketSlashCommandData