Interface IMessageCommandInteraction
Represents a Message Command interaction.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IMessageCommandInteraction : IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties​
Data​
Gets the data associated with this interaction.
View Source​
Declaration
IMessageCommandInteractionData Data { get; }