Table of Contents

Class SocketMessageCommand

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

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

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

Properties

Data

Gets the data associated with this interaction.

public SocketMessageCommandData Data { get; }

Property Value

SocketMessageCommandData