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