Table of Contents

Class SocketUserCommand

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

Represents a Websocket-based slash command received over the gateway.

public class SocketUserCommand : SocketCommandBase, IUserCommandInteraction, IApplicationCommandInteraction, IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Inheritance
SocketUserCommand
Implements
Inherited Members
Extension Methods

Properties

Data

The data associated with this interaction.

public SocketUserCommandData Data { get; }

Property Value

SocketUserCommandData