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